Html Css Color HEX #681B06 Red Oxide

📋 copy color: '#681B06'

red 104 ◦ green 27 ◦ blue 6

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

Shades of Red Oxide #681B06

Tints of Red Oxide #681B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.71%

 BLUE value IS 6 (2.73% from 255) = 4.38%

R = 75.91%
G = 19.71%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#681B06 (or 0x681B06) is known color: Red Oxide. HEX triplet: 68, 1B and 06. RGB value is (104,27,6). Sum of RGB (Red+Green+Blue) = 104+27+6=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #681B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B06 is #97E4F9. Grayscale: #2F2F2F. Windows color (decimal): -9954554 or 400232. OLE color: 400232.

HSL color Cylindrical-coordinate representation of color #681B06: hue angle of 12.86º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #681B06 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 27 6 -
CMYK 0 0.74 0.94 0.59
HSL 12.86º 0.89% 0.22% -
HSV(B) 12.86º 0.94% 0.41% -
XYZ 6.13 3.74 0.57 -
YUV 47.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 104 27 6 0 0.74 0.94 0.59 12.86 0.89 0.22
Hex 68 1B 6 0 4A 5E 3B D 59 16
Octal 150 33 6 0 112 136 73 15 131 26
Binary 1101000 11011 110 0 1001010 1011110 111011 1101 1011001 10110

Color Harmonies of #681B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B06

Black with #681B06

Text Example


Text Example

White with #681B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,27,6); }

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

background-color css

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

 a { background-color: rgb(104,27,6); }

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

border-color css

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

 span { border-color: rgb(104,27,6); }

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