Html Css Color HEX #600707 Red Oxide

📋 copy color: '#600707'

red 96 ◦ green 7 ◦ blue 7

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

Shades of Red Oxide #600707

Tints of Red Oxide #600707

RGB

 RED value IS 96 (37.89% from 255) = 87.27%

 GREEN value IS 7 (3.13% from 255) = 6.36%

 BLUE value IS 7 (3.13% from 255) = 6.36%

R = 87.27%
G = 6.36%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#600707 (or 0x600707) is known color: Red Oxide. HEX triplet: 60, 07 and 07. RGB value is (96,7,7). Sum of RGB (Red+Green+Blue) = 96+7+7=110 (14% of max value = 765). Red value is 96 (37.89% from 255 or 87.27% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 96 - color contains mainly: red. Hex color #600707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600707 is #9FF8F8. Grayscale: #212121. Windows color (decimal): -10483961 or 460640. OLE color: 460640.

HSL color Cylindrical-coordinate representation of color #600707: hue angle of 0º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600707 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 7 7 -
CMYK 0 0.93 0.93 0.62
HSL 0.86% 0.2% -
HSV(B) 0.93% 0.38% -
XYZ 4.94 2.65 0.45 -
YUV 33.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 96 7 7 0 0.93 0.93 0.62 0 0.86 0.2
Hex 60 7 7 0 5D 5D 3E 0 56 14
Octal 140 7 7 0 135 135 76 0 126 24
Binary 1100000 111 111 0 1011101 1011101 111110 0 1010110 10100

Color Harmonies of #600707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600707

Black with #600707

Text Example


Text Example

White with #600707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600707; }

 p { color: rgb(96,7,7); }

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

background-color css

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

 a { background-color: rgb(96,7,7); }

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

border-color css

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

 span { border-color: rgb(96,7,7); }

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