Html Css Color HEX #68231F Red Oxide

📋 copy color: '#68231F'

red 104 ◦ green 35 ◦ blue 31

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

Shades of Red Oxide #68231F

Tints of Red Oxide #68231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.59%

 BLUE value IS 31 (12.5% from 255) = 18.24%

R = 61.18%
G = 20.59%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#68231F (or 0x68231F) is known color: Red Oxide. HEX triplet: 68, 23 and 1F. RGB value is (104,35,31). Sum of RGB (Red+Green+Blue) = 104+35+31=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #68231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68231F is #97DCE0. Grayscale: #373737. Windows color (decimal): -9952481 or 2040680. OLE color: 2040680.

HSL color Cylindrical-coordinate representation of color #68231F: hue angle of 3.29º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68231F is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 35 31 -
CMYK 0 0.66 0.70 0.59
HSL 3.29º 0.54% 0.26% -
HSV(B) 3.29º 0.7% 0.41% -
XYZ 6.56 4.24 1.77 -
YUV 55.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 104 35 31 0 0.66 0.70 0.59 3.29 0.54 0.26
Hex 68 23 1F 0 42 46 3B 3 36 1A
Octal 150 43 37 0 102 106 73 3 66 32
Binary 1101000 100011 11111 0 1000010 1000110 111011 11 110110 11010

Color Harmonies of #68231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68231F

Black with #68231F

Text Example


Text Example

White with #68231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68231F; }

 p { color: rgb(104,35,31); }

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

background-color css

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

 a { background-color: rgb(104,35,31); }

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

border-color css

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

 span { border-color: rgb(104,35,31); }

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