Html Css Color HEX #63210B Baker's Chocolate

📋 copy color: '#63210B'

red 99 ◦ green 33 ◦ blue 11

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

Shades of Baker's Chocolate #63210B

Tints of Baker's Chocolate #63210B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 69.23%
G = 23.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#63210B (or 0x63210B) is known color: Baker's Chocolate. HEX triplet: 63, 21 and 0B. RGB value is (99,33,11). Sum of RGB (Red+Green+Blue) = 99+33+11=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #63210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63210B is #9CDEF4. Grayscale: #323232. Windows color (decimal): -10280693 or 729443. OLE color: 729443.

HSL color Cylindrical-coordinate representation of color #63210B: hue angle of 15º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63210B is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 11 -
CMYK 0 0.67 0.89 0.61
HSL 15º 0.8% 0.22% -
HSV(B) 15º 0.89% 0.39% -
XYZ 5.75 3.76 0.74 -
YUV 50.23 105.87 162.79 -
System Red Green Blue C M Y K H S L
Decimal 99 33 11 0 0.67 0.89 0.61 15 0.8 0.22
Hex 63 21 B 0 43 59 3D F 50 16
Octal 143 41 13 0 103 131 75 17 120 26
Binary 1100011 100001 1011 0 1000011 1011001 111101 1111 1010000 10110

Color Harmonies of #63210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63210B

Black with #63210B

Text Example


Text Example

White with #63210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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