Html Css Color HEX #633206 Baker's Chocolate

📋 copy color: '#633206'

red 99 ◦ green 50 ◦ blue 6

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

Shades of Baker's Chocolate #633206

Tints of Baker's Chocolate #633206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

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

R = 63.87%
G = 32.26%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#633206 (or 0x633206) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 06. RGB value is (99,50,6). Sum of RGB (Red+Green+Blue) = 99+50+6=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #633206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633206 is #9CCDF9. Grayscale: #3B3B3B. Windows color (decimal): -10276346 or 406115. OLE color: 406115.

HSL color Cylindrical-coordinate representation of color #633206: hue angle of 28.39º 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 #633206 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 6 -
CMYK 0 0.49 0.94 0.61
HSL 28.39º 0.89% 0.21% -
HSV(B) 28.39º 0.94% 0.39% -
XYZ 6.32 4.95 0.79 -
YUV 59.64 97.73 156.08 -
System Red Green Blue C M Y K H S L
Decimal 99 50 6 0 0.49 0.94 0.61 28.39 0.89 0.21
Hex 63 32 6 0 31 5E 3D 1C 59 15
Octal 143 62 6 0 61 136 75 34 131 25
Binary 1100011 110010 110 0 110001 1011110 111101 11100 1011001 10101

Color Harmonies of #633206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633206

Black with #633206

Text Example


Text Example

White with #633206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633206; }

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

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

background-color css

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

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

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

border-color css

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

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

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