Html Css Color HEX #632800 Baker's Chocolate

📋 copy color: '#632800'

red 99 ◦ green 40 ◦ blue 0

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

Shades of Baker's Chocolate #632800

Tints of Baker's Chocolate #632800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.22%
G = 28.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#632800 (or 0x632800) is known color: Baker's Chocolate. HEX triplet: 63, 28 and 00. RGB value is (99,40,0). Sum of RGB (Red+Green+Blue) = 99+40+0=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #632800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632800 is #9CD7FF. Grayscale: #353535. Windows color (decimal): -10278912 or 10339. OLE color: 10339.

HSL color Cylindrical-coordinate representation of color #632800: hue angle of 24.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #632800 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 40 0 -
CMYK 0 0.60 1 0.61
HSL 24.24º 1% 0.19% -
HSV(B) 24.24º 1% 0.39% -
XYZ 5.9 4.17 0.49 -
YUV 53.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 99 40 0 0 0.60 1 0.61 24.24 1 0.19
Hex 63 28 0 0 3C 64 3D 18 64 13
Octal 143 50 0 0 74 144 75 30 144 23
Binary 1100011 101000 0 0 111100 1100100 111101 11000 1100100 10011

Color Harmonies of #632800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632800

Black with #632800

Text Example


Text Example

White with #632800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632800; }

 p { color: rgb(99,40,0); }

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

background-color css

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

 a { background-color: rgb(99,40,0); }

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

border-color css

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

 span { border-color: rgb(99,40,0); }

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