Html Css Color HEX #6A2423 Red Oxide

📋 copy color: '#6A2423'

red 106 ◦ green 36 ◦ blue 35

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

Shades of Red Oxide #6A2423

Tints of Red Oxide #6A2423

RGB

 RED value IS 106 (41.8% from 255) = 59.89%

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

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

R = 59.89%
G = 20.34%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#6A2423 (or 0x6A2423) is known color: Red Oxide. HEX triplet: 6A, 24 and 23. RGB value is (106,36,35). Sum of RGB (Red+Green+Blue) = 106+36+35=177 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.89% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2423 is #95DBDC. Grayscale: #383838. Windows color (decimal): -9821149 or 2303082. OLE color: 2303082.

HSL color Cylindrical-coordinate representation of color #6A2423: hue angle of 0.85º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A2423 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 36 35 -
CMYK 0 0.66 0.67 0.58
HSL 0.85º 0.5% 0.28% -
HSV(B) 0.85º 0.67% 0.42% -
XYZ 6.88 4.45 2.09 -
YUV 56.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 106 36 35 0 0.66 0.67 0.58 0.85 0.5 0.28
Hex 6A 24 23 0 42 43 3A 1 32 1C
Octal 152 44 43 0 102 103 72 1 62 34
Binary 1101010 100100 100011 0 1000010 1000011 111010 1 110010 11100

Color Harmonies of #6A2423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2423

Black with #6A2423

Text Example


Text Example

White with #6A2423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A2423; }

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

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

background-color css

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

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

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

border-color css

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

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

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