Html Css Color HEX #611B06 Red Oxide

📋 copy color: '#611B06'

red 97 ◦ green 27 ◦ blue 6

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

Shades of Red Oxide #611B06

Tints of Red Oxide #611B06

RGB

 RED value IS 97 (38.28% from 255) = 74.62%

 GREEN value IS 27 (10.94% from 255) = 20.77%

 BLUE value IS 6 (2.73% from 255) = 4.62%

R = 74.62%
G = 20.77%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#611B06 (or 0x611B06) is known color: Red Oxide. HEX triplet: 61, 1B and 06. RGB value is (97,27,6). Sum of RGB (Red+Green+Blue) = 97+27+6=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #611B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B06 is #9EE4F9. Grayscale: #2D2D2D. Windows color (decimal): -10413306 or 400225. OLE color: 400225.

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

Color convert

RGB 97 27 6 -
CMYK 0 0.72 0.94 0.62
HSL 13.85º 0.88% 0.2% -
HSV(B) 13.85º 0.94% 0.38% -
XYZ 5.35 3.34 0.53 -
YUV 45.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 97 27 6 0 0.72 0.94 0.62 13.85 0.88 0.2
Hex 61 1B 6 0 48 5E 3E E 58 14
Octal 141 33 6 0 110 136 76 16 130 24
Binary 1100001 11011 110 0 1001000 1011110 111110 1110 1011000 10100

Color Harmonies of #611B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B06

Black with #611B06

Text Example


Text Example

White with #611B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611B06; }

 p { color: rgb(97,27,6); }

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

background-color css

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

 a { background-color: rgb(97,27,6); }

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

border-color css

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

 span { border-color: rgb(97,27,6); }

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