Html Css Color HEX #63210A Baker's Chocolate

📋 copy color: '#63210A'

red 99 ◦ green 33 ◦ blue 10

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

Shades of Baker's Chocolate #63210A

Tints of Baker's Chocolate #63210A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

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

R = 69.72%
G = 23.24%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#63210A (or 0x63210A) is known color: Baker's Chocolate. HEX triplet: 63, 21 and 0A. RGB value is (99,33,10). Sum of RGB (Red+Green+Blue) = 99+33+10=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #63210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63210A is #9CDEF5. Grayscale: #323232. Windows color (decimal): -10280694 or 663907. OLE color: 663907.

HSL color Cylindrical-coordinate representation of color #63210A: hue angle of 15.51º 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 #63210A is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 10 -
CMYK 0 0.67 0.90 0.61
HSL 15.51º 0.82% 0.21% -
HSV(B) 15.51º 0.9% 0.39% -
XYZ 5.74 3.76 0.71 -
YUV 50.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 99 33 10 0 0.67 0.90 0.61 15.51 0.82 0.21
Hex 63 21 A 0 43 5A 3D 10 52 15
Octal 143 41 12 0 103 132 75 20 122 25
Binary 1100011 100001 1010 0 1000011 1011010 111101 10000 1010010 10101

Color Harmonies of #63210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63210A

Black with #63210A

Text Example


Text Example

White with #63210A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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