Html Css Color HEX #633316 Baker's Chocolate

📋 copy color: '#633316'

red 99 ◦ green 51 ◦ blue 22

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

Shades of Baker's Chocolate #633316

Tints of Baker's Chocolate #633316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 57.56%
G = 29.65%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#633316 (or 0x633316) is known color: Baker's Chocolate. HEX triplet: 63, 33 and 16. RGB value is (99,51,22). Sum of RGB (Red+Green+Blue) = 99+51+22=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #633316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633316 is #9CCCE9. Grayscale: #3E3E3E. Windows color (decimal): -10276074 or 1454947. OLE color: 1454947.

HSL color Cylindrical-coordinate representation of color #633316: hue angle of 22.6º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #633316 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 22 -
CMYK 0 0.48 0.78 0.61
HSL 22.6º 0.64% 0.24% -
HSV(B) 22.6º 0.78% 0.39% -
XYZ 6.47 5.08 1.4 -
YUV 62.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 99 51 22 0 0.48 0.78 0.61 22.6 0.64 0.24
Hex 63 33 16 0 30 4E 3D 17 40 18
Octal 143 63 26 0 60 116 75 27 100 30
Binary 1100011 110011 10110 0 110000 1001110 111101 10111 1000000 11000

Color Harmonies of #633316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633316

Black with #633316

Text Example


Text Example

White with #633316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633316; }

 p { color: rgb(99,51,22); }

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

background-color css

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

 a { background-color: rgb(99,51,22); }

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

border-color css

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

 span { border-color: rgb(99,51,22); }

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