Html Css Color HEX #68231C Red Oxide

📋 copy color: '#68231C'

red 104 ◦ green 35 ◦ blue 28

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

Shades of Red Oxide #68231C

Tints of Red Oxide #68231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.77%

R = 62.28%
G = 20.96%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.59

RGB Variations

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

Color information

#68231C (or 0x68231C) is known color: Red Oxide. HEX triplet: 68, 23 and 1C. RGB value is (104,35,28). Sum of RGB (Red+Green+Blue) = 104+35+28=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68231C is #97DCE3. Grayscale: #363636. Windows color (decimal): -9952484 or 1844072. OLE color: 1844072.

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

Color convert

RGB 104 35 28 -
CMYK 0 0.66 0.73 0.59
HSL 5.53º 0.58% 0.26% -
HSV(B) 5.53º 0.73% 0.41% -
XYZ 6.52 4.23 1.57 -
YUV 54.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 104 35 28 0 0.66 0.73 0.59 5.53 0.58 0.26
Hex 68 23 1C 0 42 49 3B 6 3A 1A
Octal 150 43 34 0 102 111 73 6 72 32
Binary 1101000 100011 11100 0 1000010 1001001 111011 110 111010 11010

Color Harmonies of #68231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68231C

Black with #68231C

Text Example


Text Example

White with #68231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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