Html Css Color HEX #63331A Baker's Chocolate

📋 copy color: '#63331A'

red 99 ◦ green 51 ◦ blue 26

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

Shades of Baker's Chocolate #63331A

Tints of Baker's Chocolate #63331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.98%

 BLUE value IS 26 (10.55% from 255) = 14.77%

R = 56.25%
G = 28.98%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63331A (or 0x63331A) is known color: Baker's Chocolate. HEX triplet: 63, 33 and 1A. RGB value is (99,51,26). Sum of RGB (Red+Green+Blue) = 99+51+26=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63331A is #9CCCE5. Grayscale: #3E3E3E. Windows color (decimal): -10276070 or 1717091. OLE color: 1717091.

HSL color Cylindrical-coordinate representation of color #63331A: hue angle of 20.55º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63331A is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 26 -
CMYK 0 0.48 0.74 0.61
HSL 20.55º 0.58% 0.25% -
HSV(B) 20.55º 0.74% 0.39% -
XYZ 6.52 5.09 1.62 -
YUV 62.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 99 51 26 0 0.48 0.74 0.61 20.55 0.58 0.25
Hex 63 33 1A 0 30 4A 3D 15 3A 19
Octal 143 63 32 0 60 112 75 25 72 31
Binary 1100011 110011 11010 0 110000 1001010 111101 10101 111010 11001

Color Harmonies of #63331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63331A

Black with #63331A

Text Example


Text Example

White with #63331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,51,26); }

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

background-color css

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

 a { background-color: rgb(99,51,26); }

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

border-color css

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

 span { border-color: rgb(99,51,26); }

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