Html Css Color HEX #633213 Baker's Chocolate

📋 copy color: '#633213'

red 99 ◦ green 50 ◦ blue 19

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

Shades of Baker's Chocolate #633213

Tints of Baker's Chocolate #633213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.76%

 BLUE value IS 19 (7.81% from 255) = 11.31%

R = 58.93%
G = 29.76%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#633213 (or 0x633213) is known color: Baker's Chocolate. HEX triplet: 63, 32 and 13. RGB value is (99,50,19). Sum of RGB (Red+Green+Blue) = 99+50+19=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #633213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633213 is #9CCDEC. Grayscale: #3D3D3D. Windows color (decimal): -10276333 or 1258083. OLE color: 1258083.

HSL color Cylindrical-coordinate representation of color #633213: hue angle of 23.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #633213 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 19 -
CMYK 0 0.49 0.81 0.61
HSL 23.25º 0.68% 0.23% -
HSV(B) 23.25º 0.81% 0.39% -
XYZ 6.4 4.98 1.24 -
YUV 61.12 104.23 155.02 -
System Red Green Blue C M Y K H S L
Decimal 99 50 19 0 0.49 0.81 0.61 23.25 0.68 0.23
Hex 63 32 13 0 31 51 3D 17 44 17
Octal 143 62 23 0 61 121 75 27 104 27
Binary 1100011 110010 10011 0 110001 1010001 111101 10111 1000100 10111

Color Harmonies of #633213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633213

Black with #633213

Text Example


Text Example

White with #633213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633213; }

 p { color: rgb(99,50,19); }

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

background-color css

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

 a { background-color: rgb(99,50,19); }

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

border-color css

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

 span { border-color: rgb(99,50,19); }

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