Html Css Color HEX #994627 Rock Spray

📋 copy color: '#994627'

red 153 ◦ green 70 ◦ blue 39

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

Shades of Rock Spray #994627

Tints of Rock Spray #994627

RGB

 RED value IS 153 (60.16% from 255) = 58.4%

 GREEN value IS 70 (27.73% from 255) = 26.72%

 BLUE value IS 39 (15.63% from 255) = 14.89%

R = 58.4%
G = 26.72%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#994627 (or 0x994627) is known color: Rock Spray. HEX triplet: 99, 46 and 27. RGB value is (153,70,39). Sum of RGB (Red+Green+Blue) = 153+70+39=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #994627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994627 is #66B9D8. Grayscale: #5B5B5B. Windows color (decimal): -6732249 or 2573977. OLE color: 2573977.

HSL color Cylindrical-coordinate representation of color #994627: hue angle of 16.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #994627 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 39 -
CMYK 0 0.54 0.75 0.4
HSL 16.32º 0.59% 0.38% -
HSV(B) 16.32º 0.75% 0.6% -
XYZ 15.69 11.3 3.27 -
YUV 91.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 153 70 39 0 0.54 0.75 0.4 16.32 0.59 0.38
Hex 99 46 27 0 36 4B 28 10 3B 26
Octal 231 106 47 0 66 113 50 20 73 46
Binary 10011001 1000110 100111 0 110110 1001011 101000 10000 111011 100110

Color Harmonies of #994627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994627

Black with #994627

Text Example


Text Example

White with #994627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994627; }

 p { color: rgb(153,70,39); }

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

background-color css

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

 a { background-color: rgb(153,70,39); }

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

border-color css

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

 span { border-color: rgb(153,70,39); }

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