Html Css Color HEX #662319 Red Oxide

📋 copy color: '#662319'

red 102 ◦ green 35 ◦ blue 25

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

Shades of Red Oxide #662319

Tints of Red Oxide #662319

RGB

 RED value IS 102 (40.23% from 255) = 62.96%

 GREEN value IS 35 (14.06% from 255) = 21.6%

 BLUE value IS 25 (10.16% from 255) = 15.43%

R = 62.96%
G = 21.6%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#662319 (or 0x662319) is known color: Red Oxide. HEX triplet: 66, 23 and 19. RGB value is (102,35,25). Sum of RGB (Red+Green+Blue) = 102+35+25=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #662319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662319 is #99DCE6. Grayscale: #363636. Windows color (decimal): -10083559 or 1647462. OLE color: 1647462.

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

Color convert

RGB 102 35 25 -
CMYK 0 0.66 0.75 0.6
HSL 7.79º 0.61% 0.25% -
HSV(B) 7.79º 0.75% 0.4% -
XYZ 6.26 4.1 1.38 -
YUV 53.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 102 35 25 0 0.66 0.75 0.6 7.79 0.61 0.25
Hex 66 23 19 0 42 4B 3C 8 3D 19
Octal 146 43 31 0 102 113 74 10 75 31
Binary 1100110 100011 11001 0 1000010 1001011 111100 1000 111101 11001

Color Harmonies of #662319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662319

Black with #662319

Text Example


Text Example

White with #662319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662319; }

 p { color: rgb(102,35,25); }

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

background-color css

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

 a { background-color: rgb(102,35,25); }

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

border-color css

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

 span { border-color: rgb(102,35,25); }

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