Html Css Color HEX #633211 Baker's Chocolate

📋 copy color: '#633211'

red 99 ◦ green 50 ◦ blue 17

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

Shades of Baker's Chocolate #633211

Tints of Baker's Chocolate #633211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.24%

R = 59.64%
G = 30.12%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#633211 (or 0x633211) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 11. RGB value is (99,50,17). Sum of RGB (Red+Green+Blue) = 99+50+17=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #633211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633211 is #9CCDEE. Grayscale: #3D3D3D. Windows color (decimal): -10276335 or 1127011. OLE color: 1127011.

HSL color Cylindrical-coordinate representation of color #633211: hue angle of 24.15º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #633211 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 17 -
CMYK 0 0.49 0.83 0.61
HSL 24.15º 0.71% 0.23% -
HSV(B) 24.15º 0.83% 0.39% -
XYZ 6.39 4.97 1.15 -
YUV 60.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 99 50 17 0 0.49 0.83 0.61 24.15 0.71 0.23
Hex 63 32 11 0 31 53 3D 18 47 17
Octal 143 62 21 0 61 123 75 30 107 27
Binary 1100011 110010 10001 0 110001 1010011 111101 11000 1000111 10111

Color Harmonies of #633211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633211

Black with #633211

Text Example


Text Example

White with #633211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633211; }

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

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

background-color css

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

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

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

border-color css

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

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

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