Html Css Color HEX #632600 Baker's Chocolate

📋 copy color: '#632600'

red 99 ◦ green 38 ◦ blue 0

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

Shades of Baker's Chocolate #632600

Tints of Baker's Chocolate #632600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.74%

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

R = 72.26%
G = 27.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#632600 (or 0x632600) is known color: Baker's Chocolate. HEX triplet: 63, 26 and 00. RGB value is (99,38,0). Sum of RGB (Red+Green+Blue) = 99+38+0=137 (18% of max value = 765). Red value is 99 (39.06% from 255 or 72.26% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 99 - color contains mainly: red. Hex color #632600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632600 is #9CD9FF. Grayscale: #343434. Windows color (decimal): -10279424 or 9827. OLE color: 9827.

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

Color convert

RGB 99 38 0 -
CMYK 0 0.62 1 0.61
HSL 23.03º 1% 0.19% -
HSV(B) 23.03º 1% 0.39% -
XYZ 5.84 4.04 0.47 -
YUV 51.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 99 38 0 0 0.62 1 0.61 23.03 1 0.19
Hex 63 26 0 0 3E 64 3D 17 64 13
Octal 143 46 0 0 76 144 75 27 144 23
Binary 1100011 100110 0 0 111110 1100100 111101 10111 1100100 10011

Color Harmonies of #632600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632600

Black with #632600

Text Example


Text Example

White with #632600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632600; }

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

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

background-color css

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

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

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

border-color css

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

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

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