Html Css Color HEX #633328 Hairy Heath

📋 copy color: '#633328'

red 99 ◦ green 51 ◦ blue 40

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

Shades of Hairy Heath #633328

Tints of Hairy Heath #633328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

 BLUE value IS 40 (16.02% from 255) = 21.05%

R = 52.11%
G = 26.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#633328 (or 0x633328) is known color: Hairy Heath. HEX triplet: 63, 33 and 28. RGB value is (99,51,40). Sum of RGB (Red+Green+Blue) = 99+51+40=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #633328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633328 is #9CCCD7. Grayscale: #404040. Windows color (decimal): -10276056 or 2634595. OLE color: 2634595.

HSL color Cylindrical-coordinate representation of color #633328: hue angle of 11.19º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #633328 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 51 40 -
CMYK 0 0.48 0.60 0.61
HSL 11.19º 0.42% 0.27% -
HSV(B) 11.19º 0.6% 0.39% -
XYZ 6.71 5.17 2.65 -
YUV 64.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 99 51 40 0 0.48 0.60 0.61 11.19 0.42 0.27
Hex 63 33 28 0 30 3C 3D B 2A 1B
Octal 143 63 50 0 60 74 75 13 52 33
Binary 1100011 110011 101000 0 110000 111100 111101 1011 101010 11011

Color Harmonies of #633328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633328

Black with #633328

Text Example


Text Example

White with #633328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633328; }

 p { color: rgb(99,51,40); }

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

background-color css

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

 a { background-color: rgb(99,51,40); }

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

border-color css

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

 span { border-color: rgb(99,51,40); }

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