Html Css Color HEX #63290F Baker's Chocolate

📋 copy color: '#63290F'

red 99 ◦ green 41 ◦ blue 15

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

Shades of Baker's Chocolate #63290F

Tints of Baker's Chocolate #63290F

RGB

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

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

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

R = 63.87%
G = 26.45%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.61

RGB Variations

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

Color information

#63290F (or 0x63290F) is known color: Baker's Chocolate. HEX triplet: 63, 29 and 0F. RGB value is (99,41,15). Sum of RGB (Red+Green+Blue) = 99+41+15=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #63290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63290F is #9CD6F0. Grayscale: #373737. Windows color (decimal): -10278641 or 993635. OLE color: 993635.

HSL color Cylindrical-coordinate representation of color #63290F: hue angle of 18.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 #63290F is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 15 -
CMYK 0 0.59 0.85 0.61
HSL 18.57º 0.74% 0.22% -
HSV(B) 18.57º 0.85% 0.39% -
XYZ 6.02 4.27 0.96 -
YUV 55.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 99 41 15 0 0.59 0.85 0.61 18.57 0.74 0.22
Hex 63 29 F 0 3B 55 3D 13 4A 16
Octal 143 51 17 0 73 125 75 23 112 26
Binary 1100011 101001 1111 0 111011 1010101 111101 10011 1001010 10110

Color Harmonies of #63290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63290F

Black with #63290F

Text Example


Text Example

White with #63290F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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