Html Css Color HEX #633C10 Baker's Chocolate

📋 copy color: '#633C10'

red 99 ◦ green 60 ◦ blue 16

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

Shades of Baker's Chocolate #633C10

Tints of Baker's Chocolate #633C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

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

R = 56.57%
G = 34.29%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#633C10 (or 0x633C10) is known color: Baker's Chocolate. HEX triplet: 63, 3C and 10. RGB value is (99,60,16). Sum of RGB (Red+Green+Blue) = 99+60+16=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #633C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633C10 is #9CC3EF. Grayscale: #424242. Windows color (decimal): -10273776 or 1064035. OLE color: 1064035.

HSL color Cylindrical-coordinate representation of color #633C10: hue angle of 31.81º 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 #633C10 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 60 16 -
CMYK 0 0.39 0.84 0.61
HSL 31.81º 0.72% 0.23% -
HSV(B) 31.81º 0.84% 0.39% -
XYZ 6.85 5.92 1.27 -
YUV 66.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 99 60 16 0 0.39 0.84 0.61 31.81 0.72 0.23
Hex 63 3C 10 0 27 54 3D 20 48 17
Octal 143 74 20 0 47 124 75 40 110 27
Binary 1100011 111100 10000 0 100111 1010100 111101 100000 1001000 10111

Color Harmonies of #633C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633C10

Black with #633C10

Text Example


Text Example

White with #633C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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