Html Css Color HEX #633815 Baker's Chocolate

📋 copy color: '#633815'

red 99 ◦ green 56 ◦ blue 21

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

Shades of Baker's Chocolate #633815

Tints of Baker's Chocolate #633815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.82%

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 56.25%
G = 31.82%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#633815 (or 0x633815) is known color: Baker's Chocolate. HEX triplet: 63, 38 and 15. RGB value is (99,56,21). Sum of RGB (Red+Green+Blue) = 99+56+21=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #633815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633815 is #9CC7EA. Grayscale: #414141. Windows color (decimal): -10274795 or 1390691. OLE color: 1390691.

HSL color Cylindrical-coordinate representation of color #633815: hue angle of 26.92º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #633815 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 56 21 -
CMYK 0 0.43 0.79 0.61
HSL 26.92º 0.65% 0.24% -
HSV(B) 26.92º 0.79% 0.39% -
XYZ 6.7 5.54 1.42 -
YUV 64.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 99 56 21 0 0.43 0.79 0.61 26.92 0.65 0.24
Hex 63 38 15 0 2B 4F 3D 1B 41 18
Octal 143 70 25 0 53 117 75 33 101 30
Binary 1100011 111000 10101 0 101011 1001111 111101 11011 1000001 11000

Color Harmonies of #633815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633815

Black with #633815

Text Example


Text Example

White with #633815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633815; }

 p { color: rgb(99,56,21); }

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

background-color css

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

 a { background-color: rgb(99,56,21); }

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

border-color css

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

 span { border-color: rgb(99,56,21); }

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