Html Css Color HEX #693715 Baker's Chocolate

📋 copy color: '#693715'

red 105 ◦ green 55 ◦ blue 21

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

Shades of Baker's Chocolate #693715

Tints of Baker's Chocolate #693715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.39%

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

R = 58.01%
G = 30.39%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#693715 (or 0x693715) is known color: Baker's Chocolate. HEX triplet: 69, 37 and 15. RGB value is (105,55,21). Sum of RGB (Red+Green+Blue) = 105+55+21=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #693715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693715 is #96C8EA. Grayscale: #424242. Windows color (decimal): -9881835 or 1390441. OLE color: 1390441.

HSL color Cylindrical-coordinate representation of color #693715: hue angle of 24.29º 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 #693715 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 55 21 -
CMYK 0 0.48 0.80 0.59
HSL 24.29º 0.67% 0.25% -
HSV(B) 24.29º 0.8% 0.41% -
XYZ 7.33 5.79 1.44 -
YUV 66.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 105 55 21 0 0.48 0.80 0.59 24.29 0.67 0.25
Hex 69 37 15 0 30 50 3B 18 43 19
Octal 151 67 25 0 60 120 73 30 103 31
Binary 1101001 110111 10101 0 110000 1010000 111011 11000 1000011 11001

Color Harmonies of #693715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693715

Black with #693715

Text Example


Text Example

White with #693715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693715; }

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

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

background-color css

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

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

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

border-color css

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

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

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