Html Css Color HEX #63331C Baker's Chocolate

📋 copy color: '#63331C'

red 99 ◦ green 51 ◦ blue 28

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

Shades of Baker's Chocolate #63331C

Tints of Baker's Chocolate #63331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 55.62%
G = 28.65%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63331C (or 0x63331C) is known color: Baker's Chocolate. HEX triplet: 63, 33 and 1C. RGB value is (99,51,28). Sum of RGB (Red+Green+Blue) = 99+51+28=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63331C is #9CCCE3. Grayscale: #3E3E3E. Windows color (decimal): -10276068 or 1848163. OLE color: 1848163.

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

Color convert

RGB 99 51 28 -
CMYK 0 0.48 0.72 0.61
HSL 19.44º 0.56% 0.25% -
HSV(B) 19.44º 0.72% 0.39% -
XYZ 6.54 5.1 1.74 -
YUV 62.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 99 51 28 0 0.48 0.72 0.61 19.44 0.56 0.25
Hex 63 33 1C 0 30 48 3D 13 38 19
Octal 143 63 34 0 60 110 75 23 70 31
Binary 1100011 110011 11100 0 110000 1001000 111101 10011 111000 11001

Color Harmonies of #63331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63331C

Black with #63331C

Text Example


Text Example

White with #63331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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