Html Css Color HEX #663A06 Baker's Chocolate

📋 copy color: '#663A06'

red 102 ◦ green 58 ◦ blue 6

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

Shades of Baker's Chocolate #663A06

Tints of Baker's Chocolate #663A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.61%

R = 61.45%
G = 34.94%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#663A06 (or 0x663A06) is known color: Baker's Chocolate. HEX triplet: 66, 3A and 06. RGB value is (102,58,6). Sum of RGB (Red+Green+Blue) = 102+58+6=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #663A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A06 is #99C5F9. Grayscale: #414141. Windows color (decimal): -10077690 or 408166. OLE color: 408166.

HSL color Cylindrical-coordinate representation of color #663A06: hue angle of 32.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #663A06 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 58 6 -
CMYK 0 0.43 0.94 0.6
HSL 32.5º 0.89% 0.21% -
HSV(B) 32.5º 0.94% 0.4% -
XYZ 7.03 5.86 0.93 -
YUV 65.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 102 58 6 0 0.43 0.94 0.6 32.5 0.89 0.21
Hex 66 3A 6 0 2B 5E 3C 20 59 15
Octal 146 72 6 0 53 136 74 40 131 25
Binary 1100110 111010 110 0 101011 1011110 111100 100000 1011001 10101

Color Harmonies of #663A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663A06

Black with #663A06

Text Example


Text Example

White with #663A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,58,6); }

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

background-color css

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

 a { background-color: rgb(102,58,6); }

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

border-color css

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

 span { border-color: rgb(102,58,6); }

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