Html Css Color HEX #691708 Red Oxide

📋 copy color: '#691708'

red 105 ◦ green 23 ◦ blue 8

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

Shades of Red Oxide #691708

Tints of Red Oxide #691708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

 BLUE value IS 8 (3.52% from 255) = 5.88%

R = 77.21%
G = 16.91%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#691708 (or 0x691708) is known color: Red Oxide. HEX triplet: 69, 17 and 08. RGB value is (105,23,8). Sum of RGB (Red+Green+Blue) = 105+23+8=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #691708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691708 is #96E8F7. Grayscale: #2D2D2D. Windows color (decimal): -9890040 or 530281. OLE color: 530281.

HSL color Cylindrical-coordinate representation of color #691708: hue angle of 9.28º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #691708 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 8 -
CMYK 0 0.78 0.92 0.59
HSL 9.28º 0.86% 0.22% -
HSV(B) 9.28º 0.92% 0.41% -
XYZ 6.18 3.63 0.61 -
YUV 45.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 105 23 8 0 0.78 0.92 0.59 9.28 0.86 0.22
Hex 69 17 8 0 4E 5C 3B 9 56 16
Octal 151 27 10 0 116 134 73 11 126 26
Binary 1101001 10111 1000 0 1001110 1011100 111011 1001 1010110 10110

Color Harmonies of #691708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691708

Black with #691708

Text Example


Text Example

White with #691708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691708; }

 p { color: rgb(105,23,8); }

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

background-color css

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

 a { background-color: rgb(105,23,8); }

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

border-color css

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

 span { border-color: rgb(105,23,8); }

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