Html Css Color HEX #693A15 Baker's Chocolate

📋 copy color: '#693A15'

red 105 ◦ green 58 ◦ blue 21

#693A15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #693A15

Tints of Baker's Chocolate #693A15

RGB

 RED value IS 105 (41.41% from 255) = 57.07%

 GREEN value IS 58 (23.05% from 255) = 31.52%

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 57.07%
G = 31.52%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#693A15 (or 0x693A15) is known color: Baker's Chocolate. HEX triplet: 69, 3A and 15. RGB value is (105,58,21). Sum of RGB (Red+Green+Blue) = 105+58+21=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #693A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693A15 is #96C5EA. Grayscale: #444444. Windows color (decimal): -9881067 or 1391209. OLE color: 1391209.

HSL color Cylindrical-coordinate representation of color #693A15: hue angle of 26.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #693A15 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 58 21 -
CMYK 0 0.45 0.80 0.59
HSL 26.43º 0.67% 0.25% -
HSV(B) 26.43º 0.8% 0.41% -
XYZ 7.47 6.08 1.49 -
YUV 67.84 101.57 154.51 -
System Red Green Blue C M Y K H S L
Decimal 105 58 21 0 0.45 0.80 0.59 26.43 0.67 0.25
Hex 69 3A 15 0 2D 50 3B 1A 43 19
Octal 151 72 25 0 55 120 73 32 103 31
Binary 1101001 111010 10101 0 101101 1010000 111011 11010 1000011 11001

Color Harmonies of #693A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A15

Black with #693A15

Text Example


Text Example

White with #693A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693A15; }

 p { color: rgb(105,58,21); }

 H1.HeaderClassName
 {
   color: #693A15;
 }
 .AnyTagClassName
 {
   color: #693A15;
 }
</style>

background-color css

<style>
 a { background-color: #693A15; }

 a { background-color: rgb(105,58,21); }

 div.DivClassName
 {
   background-color: #693A15;
 }
 .BgClassName
 {
   background-color: #693A15;
 }
</style>

border-color css

<style>
 span { border-color: #693A15; }

 span { border-color: rgb(105,58,21); }

 td.TdClassName
 {
   border-color: #693A15;
 }
 .TagClassName
 {
   border-color: #693A15;
 }
</style>