Html Css Color HEX #691610 Red Oxide

📋 copy color: '#691610'

red 105 ◦ green 22 ◦ blue 16

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

Shades of Red Oxide #691610

Tints of Red Oxide #691610

RGB

 RED value IS 105 (41.41% from 255) = 73.43%

 GREEN value IS 22 (8.98% from 255) = 15.38%

 BLUE value IS 16 (6.64% from 255) = 11.19%

R = 73.43%
G = 15.38%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#691610 (or 0x691610) is known color: Red Oxide. HEX triplet: 69, 16 and 10. RGB value is (105,22,16). Sum of RGB (Red+Green+Blue) = 105+22+16=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #691610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691610 is #96E9EF. Grayscale: #2E2E2E. Windows color (decimal): -9890288 or 1054313. OLE color: 1054313.

HSL color Cylindrical-coordinate representation of color #691610: hue angle of 4.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691610 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 22 16 -
CMYK 0 0.79 0.85 0.59
HSL 4.04º 0.74% 0.24% -
HSV(B) 4.04º 0.85% 0.41% -
XYZ 6.21 3.61 0.86 -
YUV 46.13 111 169.99 -
System Red Green Blue C M Y K H S L
Decimal 105 22 16 0 0.79 0.85 0.59 4.04 0.74 0.24
Hex 69 16 10 0 4F 55 3B 4 4A 18
Octal 151 26 20 0 117 125 73 4 112 30
Binary 1101001 10110 10000 0 1001111 1010101 111011 100 1001010 11000

Color Harmonies of #691610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691610

Black with #691610

Text Example


Text Example

White with #691610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691610; }

 p { color: rgb(105,22,16); }

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

background-color css

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

 a { background-color: rgb(105,22,16); }

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

border-color css

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

 span { border-color: rgb(105,22,16); }

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