Html Css Color HEX #633210 Baker's Chocolate

📋 copy color: '#633210'

red 99 ◦ green 50 ◦ blue 16

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

Shades of Baker's Chocolate #633210

Tints of Baker's Chocolate #633210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 60%
G = 30.3%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#633210 (or 0x633210) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 10. RGB value is (99,50,16). Sum of RGB (Red+Green+Blue) = 99+50+16=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #633210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633210 is #9CCDEF. Grayscale: #3C3C3C. Windows color (decimal): -10276336 or 1061475. OLE color: 1061475.

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

Color convert

RGB 99 50 16 -
CMYK 0 0.49 0.84 0.61
HSL 24.58º 0.72% 0.23% -
HSV(B) 24.58º 0.84% 0.39% -
XYZ 6.38 4.97 1.11 -
YUV 60.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 99 50 16 0 0.49 0.84 0.61 24.58 0.72 0.23
Hex 63 32 10 0 31 54 3D 19 48 17
Octal 143 62 20 0 61 124 75 31 110 27
Binary 1100011 110010 10000 0 110001 1010100 111101 11001 1001000 10111

Color Harmonies of #633210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633210

Black with #633210

Text Example


Text Example

White with #633210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633210; }

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

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

background-color css

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

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

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

border-color css

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

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

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