Html Css Color HEX #63290A Baker's Chocolate

📋 copy color: '#63290A'

red 99 ◦ green 41 ◦ blue 10

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

Shades of Baker's Chocolate #63290A

Tints of Baker's Chocolate #63290A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

 BLUE value IS 10 (4.3% from 255) = 6.67%

R = 66%
G = 27.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#63290A (or 0x63290A) is known color: Baker's Chocolate. HEX triplet: 63, 29 and 0A. RGB value is (99,41,10). Sum of RGB (Red+Green+Blue) = 99+41+10=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63290A is #9CD6F5. Grayscale: #363636. Windows color (decimal): -10278646 or 665955. OLE color: 665955.

HSL color Cylindrical-coordinate representation of color #63290A: hue angle of 20.9º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63290A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 10 -
CMYK 0 0.59 0.90 0.61
HSL 20.9º 0.82% 0.21% -
HSV(B) 20.9º 0.9% 0.39% -
XYZ 5.99 4.26 0.79 -
YUV 54.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 99 41 10 0 0.59 0.90 0.61 20.9 0.82 0.21
Hex 63 29 A 0 3B 5A 3D 15 52 15
Octal 143 51 12 0 73 132 75 25 122 25
Binary 1100011 101001 1010 0 111011 1011010 111101 10101 1010010 10101

Color Harmonies of #63290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63290A

Black with #63290A

Text Example


Text Example

White with #63290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63290A; }

 p { color: rgb(99,41,10); }

 H1.HeaderClassName
 {
   color: #63290A;
 }
 .AnyTagClassName
 {
   color: #63290A;
 }
</style>

background-color css

<style>
 a { background-color: #63290A; }

 a { background-color: rgb(99,41,10); }

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

border-color css

<style>
 span { border-color: #63290A; }

 span { border-color: rgb(99,41,10); }

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