Html Css Color HEX #6F4230 Copper Canyon

📋 copy color: '#6F4230'

red 111 ◦ green 66 ◦ blue 48

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

Shades of Copper Canyon #6F4230

Tints of Copper Canyon #6F4230

RGB

 RED value IS 111 (43.75% from 255) = 49.33%

 GREEN value IS 66 (26.17% from 255) = 29.33%

 BLUE value IS 48 (19.14% from 255) = 21.33%

R = 49.33%
G = 29.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F4230 (or 0x6F4230) is known color: Copper Canyon. HEX triplet: 6F, 42 and 30. RGB value is (111,66,48). Sum of RGB (Red+Green+Blue) = 111+66+48=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4230 is #90BDCF. Grayscale: #4D4D4D. Windows color (decimal): -9485776 or 3162735. OLE color: 3162735.

HSL color Cylindrical-coordinate representation of color #6F4230: hue angle of 17.14º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F4230 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 66 48 -
CMYK 0 0.41 0.57 0.56
HSL 17.14º 0.4% 0.31% -
HSV(B) 17.14º 0.57% 0.44% -
XYZ 9.04 7.49 3.77 -
YUV 77.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 111 66 48 0 0.41 0.57 0.56 17.14 0.4 0.31
Hex 6F 42 30 0 29 39 38 11 28 1F
Octal 157 102 60 0 51 71 70 21 50 37
Binary 1101111 1000010 110000 0 101001 111001 111000 10001 101000 11111

Color Harmonies of #6F4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4230

Black with #6F4230

Text Example


Text Example

White with #6F4230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,48); }

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

background-color css

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

 a { background-color: rgb(111,66,48); }

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

border-color css

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

 span { border-color: rgb(111,66,48); }

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