Html Css Color HEX #692423 Red Oxide

📋 copy color: '#692423'

red 105 ◦ green 36 ◦ blue 35

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

Shades of Red Oxide #692423

Tints of Red Oxide #692423

RGB

 RED value IS 105 (41.41% from 255) = 59.66%

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

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

R = 59.66%
G = 20.45%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.59

RGB Variations

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

Color information

#692423 (or 0x692423) is known color: Red Oxide. HEX triplet: 69, 24 and 23. RGB value is (105,36,35). Sum of RGB (Red+Green+Blue) = 105+36+35=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #692423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692423 is #96DBDC. Grayscale: #383838. Windows color (decimal): -9886685 or 2303081. OLE color: 2303081.

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

Color convert

RGB 105 36 35 -
CMYK 0 0.66 0.67 0.59
HSL 0.86º 0.5% 0.27% -
HSV(B) 0.86º 0.67% 0.41% -
XYZ 6.76 4.39 2.08 -
YUV 56.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 105 36 35 0 0.66 0.67 0.59 0.86 0.5 0.27
Hex 69 24 23 0 42 43 3B 1 32 1B
Octal 151 44 43 0 102 103 73 1 62 33
Binary 1101001 100100 100011 0 1000010 1000011 111011 1 110010 11011

Color Harmonies of #692423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692423

Black with #692423

Text Example


Text Example

White with #692423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692423; }

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

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

background-color css

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

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

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

border-color css

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

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

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