Html Css Color HEX #691E08 Red Oxide

📋 copy color: '#691E08'

red 105 ◦ green 30 ◦ blue 8

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

Shades of Red Oxide #691E08

Tints of Red Oxide #691E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.98%

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

R = 73.43%
G = 20.98%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#691E08 (or 0x691E08) is known color: Red Oxide. HEX triplet: 69, 1E and 08. RGB value is (105,30,8). Sum of RGB (Red+Green+Blue) = 105+30+8=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #691E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E08 is #96E1F7. Grayscale: #323232. Windows color (decimal): -9888248 or 532073. OLE color: 532073.

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

Color convert

RGB 105 30 8 -
CMYK 0 0.71 0.92 0.59
HSL 13.61º 0.86% 0.22% -
HSV(B) 13.61º 0.92% 0.41% -
XYZ 6.33 3.95 0.66 -
YUV 49.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 105 30 8 0 0.71 0.92 0.59 13.61 0.86 0.22
Hex 69 1E 8 0 47 5C 3B E 56 16
Octal 151 36 10 0 107 134 73 16 126 26
Binary 1101001 11110 1000 0 1000111 1011100 111011 1110 1010110 10110

Color Harmonies of #691E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E08

Black with #691E08

Text Example


Text Example

White with #691E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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