Html Css Color HEX #681C08 Red Oxide

📋 copy color: '#681C08'

red 104 ◦ green 28 ◦ blue 8

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

Shades of Red Oxide #681C08

Tints of Red Oxide #681C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20%

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

R = 74.29%
G = 20%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681C08 (or 0x681C08) is known color: Red Oxide. HEX triplet: 68, 1C and 08. RGB value is (104,28,8). Sum of RGB (Red+Green+Blue) = 104+28+8=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #681C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C08 is #97E3F7. Grayscale: #303030. Windows color (decimal): -9954296 or 531560. OLE color: 531560.

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

Color convert

RGB 104 28 8 -
CMYK 0 0.73 0.92 0.59
HSL 12.5º 0.86% 0.22% -
HSV(B) 12.5º 0.92% 0.41% -
XYZ 6.17 3.79 0.64 -
YUV 48.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 104 28 8 0 0.73 0.92 0.59 12.5 0.86 0.22
Hex 68 1C 8 0 49 5C 3B C 56 16
Octal 150 34 10 0 111 134 73 14 126 26
Binary 1101000 11100 1000 0 1001001 1011100 111011 1100 1010110 10110

Color Harmonies of #681C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C08

Black with #681C08

Text Example


Text Example

White with #681C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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