Html Css Color HEX #66361B Baker's Chocolate

📋 copy color: '#66361B'

red 102 ◦ green 54 ◦ blue 27

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

Shades of Baker's Chocolate #66361B

Tints of Baker's Chocolate #66361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.51%

 BLUE value IS 27 (10.94% from 255) = 14.75%

R = 55.74%
G = 29.51%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#66361B (or 0x66361B) is known color: Baker's Chocolate. HEX triplet: 66, 36 and 1B. RGB value is (102,54,27). Sum of RGB (Red+Green+Blue) = 102+54+27=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66361B is #99C9E4. Grayscale: #414141. Windows color (decimal): -10078693 or 1783398. OLE color: 1783398.

HSL color Cylindrical-coordinate representation of color #66361B: hue angle of 21.6º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66361B is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 54 27 -
CMYK 0 0.47 0.74 0.6
HSL 21.6º 0.58% 0.25% -
HSV(B) 21.6º 0.74% 0.4% -
XYZ 7 5.54 1.74 -
YUV 65.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 102 54 27 0 0.47 0.74 0.6 21.6 0.58 0.25
Hex 66 36 1B 0 2F 4A 3C 16 3A 19
Octal 146 66 33 0 57 112 74 26 72 31
Binary 1100110 110110 11011 0 101111 1001010 111100 10110 111010 11001

Color Harmonies of #66361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66361B

Black with #66361B

Text Example


Text Example

White with #66361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66361B; }

 p { color: rgb(102,54,27); }

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

background-color css

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

 a { background-color: rgb(102,54,27); }

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

border-color css

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

 span { border-color: rgb(102,54,27); }

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