Html Css Color HEX #63370F Baker's Chocolate

📋 copy color: '#63370F'

red 99 ◦ green 55 ◦ blue 15

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

Shades of Baker's Chocolate #63370F

Tints of Baker's Chocolate #63370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.88%

R = 58.58%
G = 32.54%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63370F (or 0x63370F) is known color: Baker's Chocolate. HEX triplet: 63, 37 and 0F. RGB value is (99,55,15). Sum of RGB (Red+Green+Blue) = 99+55+15=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #63370F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63370F is #9CC8F0. Grayscale: #3F3F3F. Windows color (decimal): -10275057 or 997219. OLE color: 997219.

HSL color Cylindrical-coordinate representation of color #63370F: hue angle of 28.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63370F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 55 15 -
CMYK 0 0.44 0.85 0.61
HSL 28.57º 0.74% 0.22% -
HSV(B) 28.57º 0.85% 0.39% -
XYZ 6.6 5.42 1.15 -
YUV 63.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 99 55 15 0 0.44 0.85 0.61 28.57 0.74 0.22
Hex 63 37 F 0 2C 55 3D 1D 4A 16
Octal 143 67 17 0 54 125 75 35 112 26
Binary 1100011 110111 1111 0 101100 1010101 111101 11101 1001010 10110

Color Harmonies of #63370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63370F

Black with #63370F

Text Example


Text Example

White with #63370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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