Html Css Color HEX #663B09 Baker's Chocolate

📋 copy color: '#663B09'

red 102 ◦ green 59 ◦ blue 9

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

Shades of Baker's Chocolate #663B09

Tints of Baker's Chocolate #663B09

RGB

 RED value IS 102 (40.23% from 255) = 60%

 GREEN value IS 59 (23.44% from 255) = 34.71%

 BLUE value IS 9 (3.91% from 255) = 5.29%

R = 60%
G = 34.71%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#663B09 (or 0x663B09) is known color: Baker's Chocolate. HEX triplet: 66, 3B and 09. RGB value is (102,59,9). Sum of RGB (Red+Green+Blue) = 102+59+9=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #663B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663B09 is #99C4F6. Grayscale: #424242. Windows color (decimal): -10077431 or 605030. OLE color: 605030.

HSL color Cylindrical-coordinate representation of color #663B09: hue angle of 32.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #663B09 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 59 9 -
CMYK 0 0.42 0.91 0.6
HSL 32.26º 0.84% 0.22% -
HSV(B) 32.26º 0.91% 0.4% -
XYZ 7.09 5.97 1.04 -
YUV 66.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 102 59 9 0 0.42 0.91 0.6 32.26 0.84 0.22
Hex 66 3B 9 0 2A 5B 3C 20 54 16
Octal 146 73 11 0 52 133 74 40 124 26
Binary 1100110 111011 1001 0 101010 1011011 111100 100000 1010100 10110

Color Harmonies of #663B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B09

Black with #663B09

Text Example


Text Example

White with #663B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663B09; }

 p { color: rgb(102,59,9); }

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

background-color css

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

 a { background-color: rgb(102,59,9); }

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

border-color css

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

 span { border-color: rgb(102,59,9); }

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