Html Css Color HEX #633716 Baker's Chocolate

📋 copy color: '#633716'

red 99 ◦ green 55 ◦ blue 22

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

Shades of Baker's Chocolate #633716

Tints of Baker's Chocolate #633716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.25%

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

R = 56.25%
G = 31.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#633716 (or 0x633716) is known color: Baker's Chocolate. HEX triplet: 63, 37 and 16. RGB value is (99,55,22). Sum of RGB (Red+Green+Blue) = 99+55+22=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #633716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633716 is #9CC8E9. Grayscale: #404040. Windows color (decimal): -10275050 or 1455971. OLE color: 1455971.

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

Color convert

RGB 99 55 22 -
CMYK 0 0.44 0.78 0.61
HSL 25.71º 0.64% 0.24% -
HSV(B) 25.71º 0.78% 0.39% -
XYZ 6.66 5.44 1.46 -
YUV 64.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 99 55 22 0 0.44 0.78 0.61 25.71 0.64 0.24
Hex 63 37 16 0 2C 4E 3D 1A 40 18
Octal 143 67 26 0 54 116 75 32 100 30
Binary 1100011 110111 10110 0 101100 1001110 111101 11010 1000000 11000

Color Harmonies of #633716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633716

Black with #633716

Text Example


Text Example

White with #633716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633716; }

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

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

background-color css

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

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

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

border-color css

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

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

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