Html Css Color HEX #681A08 Red Oxide

📋 copy color: '#681A08'

red 104 ◦ green 26 ◦ blue 8

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

Shades of Red Oxide #681A08

Tints of Red Oxide #681A08

RGB

 RED value IS 104 (41.02% from 255) = 75.36%

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

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

R = 75.36%
G = 18.84%
B = 5.8%

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

#681A08 (or 0x681A08) is known color: Red Oxide. HEX triplet: 68, 1A and 08. RGB value is (104,26,8). Sum of RGB (Red+Green+Blue) = 104+26+8=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #681A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681A08 is #97E5F7. Grayscale: #2F2F2F. Windows color (decimal): -9954808 or 531048. OLE color: 531048.

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

Color convert

RGB 104 26 8 -
CMYK 0 0.75 0.92 0.59
HSL 11.25º 0.86% 0.22% -
HSV(B) 11.25º 0.92% 0.41% -
XYZ 6.12 3.7 0.62 -
YUV 47.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 104 26 8 0 0.75 0.92 0.59 11.25 0.86 0.22
Hex 68 1A 8 0 4B 5C 3B B 56 16
Octal 150 32 10 0 113 134 73 13 126 26
Binary 1101000 11010 1000 0 1001011 1011100 111011 1011 1010110 10110

Color Harmonies of #681A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681A08

Black with #681A08

Text Example


Text Example

White with #681A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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