Html Css Color HEX #633011 Baker's Chocolate

📋 copy color: '#633011'

red 99 ◦ green 48 ◦ blue 17

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

Shades of Baker's Chocolate #633011

Tints of Baker's Chocolate #633011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

 BLUE value IS 17 (7.03% from 255) = 10.37%

R = 60.37%
G = 29.27%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#633011 (or 0x633011) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 11. RGB value is (99,48,17). Sum of RGB (Red+Green+Blue) = 99+48+17=164 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.37% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 99 - color contains mainly: red. Hex color #633011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633011 is #9CCFEE. Grayscale: #3B3B3B. Windows color (decimal): -10276847 or 1126499. OLE color: 1126499.

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

Color convert

RGB 99 48 17 -
CMYK 0 0.52 0.83 0.61
HSL 22.68º 0.71% 0.23% -
HSV(B) 22.68º 0.83% 0.39% -
XYZ 6.3 4.81 1.13 -
YUV 59.72 103.9 156.02 -
System Red Green Blue C M Y K H S L
Decimal 99 48 17 0 0.52 0.83 0.61 22.68 0.71 0.23
Hex 63 30 11 0 34 53 3D 17 47 17
Octal 143 60 21 0 64 123 75 27 107 27
Binary 1100011 110000 10001 0 110100 1010011 111101 10111 1000111 10111

Color Harmonies of #633011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633011

Black with #633011

Text Example


Text Example

White with #633011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633011; }

 p { color: rgb(99,48,17); }

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

background-color css

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

 a { background-color: rgb(99,48,17); }

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

border-color css

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

 span { border-color: rgb(99,48,17); }

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