Html Css Color HEX #63250E Baker's Chocolate

📋 copy color: '#63250E'

red 99 ◦ green 37 ◦ blue 14

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

Shades of Baker's Chocolate #63250E

Tints of Baker's Chocolate #63250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

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

R = 66%
G = 24.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#63250E (or 0x63250E) is known color: Baker's Chocolate. HEX triplet: 63, 25 and 0E. RGB value is (99,37,14). Sum of RGB (Red+Green+Blue) = 99+37+14=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63250E is #9CDAF1. Grayscale: #353535. Windows color (decimal): -10279666 or 927075. OLE color: 927075.

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

Color convert

RGB 99 37 14 -
CMYK 0 0.63 0.86 0.61
HSL 16.24º 0.75% 0.22% -
HSV(B) 16.24º 0.86% 0.39% -
XYZ 5.89 4.01 0.88 -
YUV 52.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 99 37 14 0 0.63 0.86 0.61 16.24 0.75 0.22
Hex 63 25 E 0 3F 56 3D 10 4B 16
Octal 143 45 16 0 77 126 75 20 113 26
Binary 1100011 100101 1110 0 111111 1010110 111101 10000 1001011 10110

Color Harmonies of #63250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63250E

Black with #63250E

Text Example


Text Example

White with #63250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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