Html Css Color HEX #632E16 Baker's Chocolate

📋 copy color: '#632E16'

red 99 ◦ green 46 ◦ blue 22

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

Shades of Baker's Chocolate #632E16

Tints of Baker's Chocolate #632E16

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.54%

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

R = 59.28%
G = 27.54%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#632E16 (or 0x632E16) is known color: Baker's Chocolate. HEX triplet: 63, 2E and 16. RGB value is (99,46,22). Sum of RGB (Red+Green+Blue) = 99+46+22=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #632E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632E16 is #9CD1E9. Grayscale: #3B3B3B. Windows color (decimal): -10277354 or 1453667. OLE color: 1453667.

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

Color convert

RGB 99 46 22 -
CMYK 0 0.54 0.78 0.61
HSL 18.7º 0.64% 0.24% -
HSV(B) 18.7º 0.78% 0.39% -
XYZ 6.27 4.66 1.33 -
YUV 59.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 99 46 22 0 0.54 0.78 0.61 18.7 0.64 0.24
Hex 63 2E 16 0 36 4E 3D 13 40 18
Octal 143 56 26 0 66 116 75 23 100 30
Binary 1100011 101110 10110 0 110110 1001110 111101 10011 1000000 11000

Color Harmonies of #632E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E16

Black with #632E16

Text Example


Text Example

White with #632E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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