Html Css Color HEX #63390E Baker's Chocolate

📋 copy color: '#63390E'

red 99 ◦ green 57 ◦ blue 14

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

Shades of Baker's Chocolate #63390E

Tints of Baker's Chocolate #63390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.53%

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 58.24%
G = 33.53%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#63390E (or 0x63390E) is known color: Baker's Chocolate. HEX triplet: 63, 39 and 0E. RGB value is (99,57,14). Sum of RGB (Red+Green+Blue) = 99+57+14=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #63390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63390E is #9CC6F1. Grayscale: #404040. Windows color (decimal): -10274546 or 932195. OLE color: 932195.

HSL color Cylindrical-coordinate representation of color #63390E: hue angle of 30.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63390E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 57 14 -
CMYK 0 0.42 0.86 0.61
HSL 30.35º 0.75% 0.22% -
HSV(B) 30.35º 0.86% 0.39% -
XYZ 6.69 5.61 1.15 -
YUV 64.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 99 57 14 0 0.42 0.86 0.61 30.35 0.75 0.22
Hex 63 39 E 0 2A 56 3D 1E 4B 16
Octal 143 71 16 0 52 126 75 36 113 26
Binary 1100011 111001 1110 0 101010 1010110 111101 11110 1001011 10110

Color Harmonies of #63390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63390E

Black with #63390E

Text Example


Text Example

White with #63390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63390E; }

 p { color: rgb(99,57,14); }

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

background-color css

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

 a { background-color: rgb(99,57,14); }

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

border-color css

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

 span { border-color: rgb(99,57,14); }

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