Html Css Color HEX #600A07 Red Oxide

📋 copy color: '#600A07'

red 96 ◦ green 10 ◦ blue 7

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

Shades of Red Oxide #600A07

Tints of Red Oxide #600A07

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.85%

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

R = 84.96%
G = 8.85%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#600A07 (or 0x600A07) is known color: Red Oxide. HEX triplet: 60, 0A and 07. RGB value is (96,10,7). Sum of RGB (Red+Green+Blue) = 96+10+7=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #600A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600A07 is #9FF5F8. Grayscale: #232323. Windows color (decimal): -10483193 or 461408. OLE color: 461408.

HSL color Cylindrical-coordinate representation of color #600A07: hue angle of 2.02º 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 #600A07 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 10 7 -
CMYK 0 0.90 0.93 0.62
HSL 2.02º 0.86% 0.2% -
HSV(B) 2.02º 0.93% 0.38% -
XYZ 4.97 2.72 0.46 -
YUV 35.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 96 10 7 0 0.90 0.93 0.62 2.02 0.86 0.2
Hex 60 A 7 0 5A 5D 3E 2 56 14
Octal 140 12 7 0 132 135 76 2 126 24
Binary 1100000 1010 111 0 1011010 1011101 111110 10 1010110 10100

Color Harmonies of #600A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A07

Black with #600A07

Text Example


Text Example

White with #600A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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