Html Css Color HEX #63280C Baker's Chocolate

📋 copy color: '#63280C'

red 99 ◦ green 40 ◦ blue 12

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

Shades of Baker's Chocolate #63280C

Tints of Baker's Chocolate #63280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 65.56%
G = 26.49%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#63280C (or 0x63280C) is known color: Baker's Chocolate. HEX triplet: 63, 28 and 0C. RGB value is (99,40,12). Sum of RGB (Red+Green+Blue) = 99+40+12=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #63280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63280C is #9CD7F3. Grayscale: #363636. Windows color (decimal): -10278900 or 796771. OLE color: 796771.

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

Color convert

RGB 99 40 12 -
CMYK 0 0.60 0.88 0.61
HSL 19.31º 0.78% 0.22% -
HSV(B) 19.31º 0.88% 0.39% -
XYZ 5.97 4.2 0.84 -
YUV 54.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 99 40 12 0 0.60 0.88 0.61 19.31 0.78 0.22
Hex 63 28 C 0 3C 58 3D 13 4E 16
Octal 143 50 14 0 74 130 75 23 116 26
Binary 1100011 101000 1100 0 111100 1011000 111101 10011 1001110 10110

Color Harmonies of #63280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63280C

Black with #63280C

Text Example


Text Example

White with #63280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63280C; }

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

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

background-color css

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

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

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

border-color css

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

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

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