Html Css Color HEX #633906 Baker's Chocolate

📋 copy color: '#633906'

red 99 ◦ green 57 ◦ blue 6

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

Shades of Baker's Chocolate #633906

Tints of Baker's Chocolate #633906

RGB

 RED value IS 99 (39.06% from 255) = 61.11%

 GREEN value IS 57 (22.66% from 255) = 35.19%

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

R = 61.11%
G = 35.19%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#633906 (or 0x633906) is known color: Baker's Chocolate. HEX triplet: 63, 39 and 06. RGB value is (99,57,6). Sum of RGB (Red+Green+Blue) = 99+57+6=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #633906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633906 is #9CC6F9. Grayscale: #3F3F3F. Windows color (decimal): -10274554 or 407907. OLE color: 407907.

HSL color Cylindrical-coordinate representation of color #633906: hue angle of 32.9º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #633906 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 57 6 -
CMYK 0 0.42 0.94 0.61
HSL 32.9º 0.89% 0.21% -
HSV(B) 32.9º 0.94% 0.39% -
XYZ 6.64 5.59 0.9 -
YUV 63.74 95.41 153.15 -
System Red Green Blue C M Y K H S L
Decimal 99 57 6 0 0.42 0.94 0.61 32.9 0.89 0.21
Hex 63 39 6 0 2A 5E 3D 21 59 15
Octal 143 71 6 0 52 136 75 41 131 25
Binary 1100011 111001 110 0 101010 1011110 111101 100001 1011001 10101

Color Harmonies of #633906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633906

Black with #633906

Text Example


Text Example

White with #633906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633906; }

 p { color: rgb(99,57,6); }

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

background-color css

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

 a { background-color: rgb(99,57,6); }

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

border-color css

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

 span { border-color: rgb(99,57,6); }

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