Html Css Color HEX #691607 Red Oxide

📋 copy color: '#691607'

red 105 ◦ green 22 ◦ blue 7

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

Shades of Red Oxide #691607

Tints of Red Oxide #691607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.22%

R = 78.36%
G = 16.42%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#691607 (or 0x691607) is known color: Red Oxide. HEX triplet: 69, 16 and 07. RGB value is (105,22,7). Sum of RGB (Red+Green+Blue) = 105+22+7=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #691607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691607 is #96E9F8. Grayscale: #2D2D2D. Windows color (decimal): -9890297 or 464489. OLE color: 464489.

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

Color convert

RGB 105 22 7 -
CMYK 0 0.79 0.93 0.59
HSL 9.18º 0.88% 0.22% -
HSV(B) 9.18º 0.93% 0.41% -
XYZ 6.15 3.59 0.57 -
YUV 45.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 105 22 7 0 0.79 0.93 0.59 9.18 0.88 0.22
Hex 69 16 7 0 4F 5D 3B 9 58 16
Octal 151 26 7 0 117 135 73 11 130 26
Binary 1101001 10110 111 0 1001111 1011101 111011 1001 1011000 10110

Color Harmonies of #691607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691607

Black with #691607

Text Example


Text Example

White with #691607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691607; }

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

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

background-color css

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

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

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

border-color css

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

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

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