Html Css Color HEX #633D10 Baker's Chocolate

📋 copy color: '#633D10'

red 99 ◦ green 61 ◦ blue 16

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

Shades of Baker's Chocolate #633D10

Tints of Baker's Chocolate #633D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.66%

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 56.25%
G = 34.66%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#633D10 (or 0x633D10) is known color: Baker's Chocolate. HEX triplet: 63, 3D and 10. RGB value is (99,61,16). Sum of RGB (Red+Green+Blue) = 99+61+16=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #633D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633D10 is #9CC2EF. Grayscale: #434343. Windows color (decimal): -10273520 or 1064291. OLE color: 1064291.

HSL color Cylindrical-coordinate representation of color #633D10: hue angle of 32.53º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #633D10 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 61 16 -
CMYK 0 0.38 0.84 0.61
HSL 32.53º 0.72% 0.23% -
HSV(B) 32.53º 0.84% 0.39% -
XYZ 6.91 6.03 1.29 -
YUV 67.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 99 61 16 0 0.38 0.84 0.61 32.53 0.72 0.23
Hex 63 3D 10 0 26 54 3D 21 48 17
Octal 143 75 20 0 46 124 75 41 110 27
Binary 1100011 111101 10000 0 100110 1010100 111101 100001 1001000 10111

Color Harmonies of #633D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633D10

Black with #633D10

Text Example


Text Example

White with #633D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633D10; }

 p { color: rgb(99,61,16); }

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

background-color css

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

 a { background-color: rgb(99,61,16); }

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

border-color css

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

 span { border-color: rgb(99,61,16); }

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