Html Css Color HEX #691B18 Red Oxide

📋 copy color: '#691B18'

red 105 ◦ green 27 ◦ blue 24

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

Shades of Red Oxide #691B18

Tints of Red Oxide #691B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.38%

R = 67.31%
G = 17.31%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#691B18 (or 0x691B18) is known color: Red Oxide. HEX triplet: 69, 1B and 18. RGB value is (105,27,24). Sum of RGB (Red+Green+Blue) = 105+27+24=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #691B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691B18 is #96E4E7. Grayscale: #323232. Windows color (decimal): -9889000 or 1579881. OLE color: 1579881.

HSL color Cylindrical-coordinate representation of color #691B18: hue angle of 2.22º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #691B18 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 27 24 -
CMYK 0 0.74 0.77 0.59
HSL 2.22º 0.63% 0.25% -
HSV(B) 2.22º 0.77% 0.41% -
XYZ 6.38 3.85 1.27 -
YUV 49.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 105 27 24 0 0.74 0.77 0.59 2.22 0.63 0.25
Hex 69 1B 18 0 4A 4D 3B 2 3F 19
Octal 151 33 30 0 112 115 73 2 77 31
Binary 1101001 11011 11000 0 1001010 1001101 111011 10 111111 11001

Color Harmonies of #691B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691B18

Black with #691B18

Text Example


Text Example

White with #691B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691B18; }

 p { color: rgb(105,27,24); }

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

background-color css

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

 a { background-color: rgb(105,27,24); }

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

border-color css

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

 span { border-color: rgb(105,27,24); }

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