Html Css Color HEX #681B05 Red Oxide

📋 copy color: '#681B05'

red 104 ◦ green 27 ◦ blue 5

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

Shades of Red Oxide #681B05

Tints of Red Oxide #681B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.68%

R = 76.47%
G = 19.85%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#681B05 (or 0x681B05) is known color: Red Oxide. HEX triplet: 68, 1B and 05. RGB value is (104,27,5). Sum of RGB (Red+Green+Blue) = 104+27+5=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #681B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B05 is #97E4FA. Grayscale: #2F2F2F. Windows color (decimal): -9954555 or 334696. OLE color: 334696.

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

Color convert

RGB 104 27 5 -
CMYK 0 0.74 0.95 0.59
HSL 13.33º 0.91% 0.21% -
HSV(B) 13.33º 0.95% 0.41% -
XYZ 6.13 3.74 0.54 -
YUV 47.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 104 27 5 0 0.74 0.95 0.59 13.33 0.91 0.21
Hex 68 1B 5 0 4A 5F 3B D 5B 15
Octal 150 33 5 0 112 137 73 15 133 25
Binary 1101000 11011 101 0 1001010 1011111 111011 1101 1011011 10101

Color Harmonies of #681B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B05

Black with #681B05

Text Example


Text Example

White with #681B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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