Html Css Color HEX #63382A Hairy Heath

📋 copy color: '#63382A'

red 99 ◦ green 56 ◦ blue 42

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

Shades of Hairy Heath #63382A

Tints of Hairy Heath #63382A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 50.25%
G = 28.43%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#63382A (or 0x63382A) is known color: Hairy Heath. HEX triplet: 63, 38 and 2A. RGB value is (99,56,42). Sum of RGB (Red+Green+Blue) = 99+56+42=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63382A is #9CC7D5. Grayscale: #434343. Windows color (decimal): -10274774 or 2766947. OLE color: 2766947.

HSL color Cylindrical-coordinate representation of color #63382A: hue angle of 14.74º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63382A is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 56 42 -
CMYK 0 0.43 0.58 0.61
HSL 14.74º 0.4% 0.28% -
HSV(B) 14.74º 0.58% 0.39% -
XYZ 6.98 5.65 2.91 -
YUV 67.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 99 56 42 0 0.43 0.58 0.61 14.74 0.4 0.28
Hex 63 38 2A 0 2B 3A 3D F 28 1C
Octal 143 70 52 0 53 72 75 17 50 34
Binary 1100011 111000 101010 0 101011 111010 111101 1111 101000 11100

Color Harmonies of #63382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63382A

Black with #63382A

Text Example


Text Example

White with #63382A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63382A; }

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

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

background-color css

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

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

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

border-color css

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

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

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