Html Css Color HEX #6E3024 Pueblo

📋 copy color: '#6E3024'

red 110 ◦ green 48 ◦ blue 36

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

Shades of Pueblo #6E3024

Tints of Pueblo #6E3024

RGB

 RED value IS 110 (43.36% from 255) = 56.7%

 GREEN value IS 48 (19.14% from 255) = 24.74%

 BLUE value IS 36 (14.45% from 255) = 18.56%

R = 56.7%
G = 24.74%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.57

RGB Variations

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

Color information

#6E3024 (or 0x6E3024) is known color: Pueblo. HEX triplet: 6E, 30 and 24. RGB value is (110,48,36). Sum of RGB (Red+Green+Blue) = 110+48+36=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 36 (14.45% from 255 or 18.56% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3024 is #91CFDB. Grayscale: #414141. Windows color (decimal): -9555932 or 2371694. OLE color: 2371694.

HSL color Cylindrical-coordinate representation of color #6E3024: hue angle of 9.73º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3024 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 48 36 -
CMYK 0 0.56 0.67 0.57
HSL 9.73º 0.51% 0.29% -
HSV(B) 9.73º 0.67% 0.43% -
XYZ 7.81 5.56 2.33 -
YUV 65.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 110 48 36 0 0.56 0.67 0.57 9.73 0.51 0.29
Hex 6E 30 24 0 38 43 39 A 33 1D
Octal 156 60 44 0 70 103 71 12 63 35
Binary 1101110 110000 100100 0 111000 1000011 111001 1010 110011 11101

Color Harmonies of #6E3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3024

Black with #6E3024

Text Example


Text Example

White with #6E3024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,48,36); }

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

background-color css

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

 a { background-color: rgb(110,48,36); }

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

border-color css

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

 span { border-color: rgb(110,48,36); }

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