Html Css Color HEX #682423 Red Oxide

📋 copy color: '#682423'

red 104 ◦ green 36 ◦ blue 35

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

Shades of Red Oxide #682423

Tints of Red Oxide #682423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.57%

 BLUE value IS 35 (14.06% from 255) = 20%

R = 59.43%
G = 20.57%
B = 20%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#682423 (or 0x682423) is known color: Red Oxide. HEX triplet: 68, 24 and 23. RGB value is (104,36,35). Sum of RGB (Red+Green+Blue) = 104+36+35=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #682423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682423 is #97DBDC. Grayscale: #383838. Windows color (decimal): -9952221 or 2303080. OLE color: 2303080.

HSL color Cylindrical-coordinate representation of color #682423: hue angle of 0.87º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682423 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 36 35 -
CMYK 0 0.65 0.66 0.59
HSL 0.87º 0.5% 0.27% -
HSV(B) 0.87º 0.66% 0.41% -
XYZ 6.64 4.33 2.08 -
YUV 56.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 104 36 35 0 0.65 0.66 0.59 0.87 0.5 0.27
Hex 68 24 23 0 41 42 3B 1 32 1B
Octal 150 44 43 0 101 102 73 1 62 33
Binary 1101000 100100 100011 0 1000001 1000010 111011 1 110010 11011

Color Harmonies of #682423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682423

Black with #682423

Text Example


Text Example

White with #682423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682423; }

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

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

background-color css

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

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

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

border-color css

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

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

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