Html Css Color HEX #600602 Maroon

📋 copy color: '#600602'

red 96 ◦ green 6 ◦ blue 2

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

Shades of Maroon #600602

Tints of Maroon #600602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.77%

 BLUE value IS 2 (1.17% from 255) = 1.92%

R = 92.31%
G = 5.77%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#600602 (or 0x600602) is known color: Maroon. HEX triplet: 60, 06 and 02. RGB value is (96,6,2). Sum of RGB (Red+Green+Blue) = 96+6+2=104 (13% of max value = 765). Red value is 96 (37.89% from 255 or 92.31% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 96 - color contains mainly: red. Hex color #600602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600602 is #9FF9FD. Grayscale: #202020. Windows color (decimal): -10484222 or 132704. OLE color: 132704.

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

Color convert

RGB 96 6 2 -
CMYK 0 0.94 0.98 0.62
HSL 2.55º 0.96% 0.19% -
HSV(B) 2.55º 0.98% 0.38% -
XYZ 4.9 2.62 0.31 -
YUV 32.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 96 6 2 0 0.94 0.98 0.62 2.55 0.96 0.19
Hex 60 6 2 0 5E 62 3E 3 60 13
Octal 140 6 2 0 136 142 76 3 140 23
Binary 1100000 110 10 0 1011110 1100010 111110 11 1100000 10011

Color Harmonies of #600602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600602

Black with #600602

Text Example


Text Example

White with #600602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600602; }

 p { color: rgb(96,6,2); }

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

background-color css

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

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

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

border-color css

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

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

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