Html Css Color HEX #63270E Baker's Chocolate

📋 copy color: '#63270E'

red 99 ◦ green 39 ◦ blue 14

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

Shades of Baker's Chocolate #63270E

Tints of Baker's Chocolate #63270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.66%

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

R = 65.13%
G = 25.66%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#63270E (or 0x63270E) is known color: Baker's Chocolate. HEX triplet: 63, 27 and 0E. RGB value is (99,39,14). Sum of RGB (Red+Green+Blue) = 99+39+14=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #63270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63270E is #9CD8F1. Grayscale: #363636. Windows color (decimal): -10279154 or 927587. OLE color: 927587.

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

Color convert

RGB 99 39 14 -
CMYK 0 0.61 0.86 0.61
HSL 17.65º 0.75% 0.22% -
HSV(B) 17.65º 0.86% 0.39% -
XYZ 5.95 4.14 0.9 -
YUV 54.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 99 39 14 0 0.61 0.86 0.61 17.65 0.75 0.22
Hex 63 27 E 0 3D 56 3D 12 4B 16
Octal 143 47 16 0 75 126 75 22 113 26
Binary 1100011 100111 1110 0 111101 1010110 111101 10010 1001011 10110

Color Harmonies of #63270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63270E

Black with #63270E

Text Example


Text Example

White with #63270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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