Html Css Color HEX #691A08 Red Oxide

📋 copy color: '#691A08'

red 105 ◦ green 26 ◦ blue 8

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

Shades of Red Oxide #691A08

Tints of Red Oxide #691A08

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.71%

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

R = 75.54%
G = 18.71%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#691A08 (or 0x691A08) is known color: Red Oxide. HEX triplet: 69, 1A and 08. RGB value is (105,26,8). Sum of RGB (Red+Green+Blue) = 105+26+8=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #691A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691A08 is #96E5F7. Grayscale: #2F2F2F. Windows color (decimal): -9889272 or 531049. OLE color: 531049.

HSL color Cylindrical-coordinate representation of color #691A08: hue angle of 11.13º 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 #691A08 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 26 8 -
CMYK 0 0.75 0.92 0.59
HSL 11.13º 0.86% 0.22% -
HSV(B) 11.13º 0.92% 0.41% -
XYZ 6.24 3.76 0.63 -
YUV 47.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 105 26 8 0 0.75 0.92 0.59 11.13 0.86 0.22
Hex 69 1A 8 0 4B 5C 3B B 56 16
Octal 151 32 10 0 113 134 73 13 126 26
Binary 1101001 11010 1000 0 1001011 1011100 111011 1011 1010110 10110

Color Harmonies of #691A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691A08

Black with #691A08

Text Example


Text Example

White with #691A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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