Html Css Color HEX #60342E Redwood

📋 copy color: '#60342E'

red 96 ◦ green 52 ◦ blue 46

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

Shades of Redwood #60342E

Tints of Redwood #60342E

RGB

 RED value IS 96 (37.89% from 255) = 49.48%

 GREEN value IS 52 (20.7% from 255) = 26.8%

 BLUE value IS 46 (18.36% from 255) = 23.71%

R = 49.48%
G = 26.8%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60342E (or 0x60342E) is known color: Redwood. HEX triplet: 60, 34 and 2E. RGB value is (96,52,46). Sum of RGB (Red+Green+Blue) = 96+52+46=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60342E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60342E is #9FCBD1. Grayscale: #404040. Windows color (decimal): -10472402 or 3028064. OLE color: 3028064.

HSL color Cylindrical-coordinate representation of color #60342E: hue angle of 7.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60342E is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 52 46 -
CMYK 0 0.46 0.52 0.62
HSL 7.2º 0.35% 0.28% -
HSV(B) 7.2º 0.52% 0.38% -
XYZ 6.55 5.14 3.23 -
YUV 64.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 96 52 46 0 0.46 0.52 0.62 7.2 0.35 0.28
Hex 60 34 2E 0 2E 34 3E 7 23 1C
Octal 140 64 56 0 56 64 76 7 43 34
Binary 1100000 110100 101110 0 101110 110100 111110 111 100011 11100

Color Harmonies of #60342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60342E

Black with #60342E

Text Example


Text Example

White with #60342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60342E; }

 p { color: rgb(96,52,46); }

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

background-color css

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

 a { background-color: rgb(96,52,46); }

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

border-color css

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

 span { border-color: rgb(96,52,46); }

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