Html Css Color HEX #66361A Baker's Chocolate

📋 copy color: '#66361A'

red 102 ◦ green 54 ◦ blue 26

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

Shades of Baker's Chocolate #66361A

Tints of Baker's Chocolate #66361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.29%

R = 56.04%
G = 29.67%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#66361A (or 0x66361A) is known color: Baker's Chocolate. HEX triplet: 66, 36 and 1A. RGB value is (102,54,26). Sum of RGB (Red+Green+Blue) = 102+54+26=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66361A is #99C9E5. Grayscale: #414141. Windows color (decimal): -10078694 or 1717862. OLE color: 1717862.

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

Color convert

RGB 102 54 26 -
CMYK 0 0.47 0.75 0.6
HSL 22.11º 0.59% 0.25% -
HSV(B) 22.11º 0.75% 0.4% -
XYZ 6.99 5.54 1.68 -
YUV 65.16 105.9 154.28 -
System Red Green Blue C M Y K H S L
Decimal 102 54 26 0 0.47 0.75 0.6 22.11 0.59 0.25
Hex 66 36 1A 0 2F 4B 3C 16 3B 19
Octal 146 66 32 0 57 113 74 26 73 31
Binary 1100110 110110 11010 0 101111 1001011 111100 10110 111011 11001

Color Harmonies of #66361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66361A

Black with #66361A

Text Example


Text Example

White with #66361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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