Html Css Color HEX #6F3A22 New Amber

📋 copy color: '#6F3A22'

red 111 ◦ green 58 ◦ blue 34

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

Shades of New Amber #6F3A22

Tints of New Amber #6F3A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.57%

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 54.68%
G = 28.57%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#6F3A22 (or 0x6F3A22) is known color: New Amber. HEX triplet: 6F, 3A and 22. RGB value is (111,58,34). Sum of RGB (Red+Green+Blue) = 111+58+34=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A22 is #90C5DD. Grayscale: #474747. Windows color (decimal): -9487838 or 2243183. OLE color: 2243183.

HSL color Cylindrical-coordinate representation of color #6F3A22: hue angle of 18.7º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F3A22 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 58 34 -
CMYK 0 0.48 0.69 0.56
HSL 18.7º 0.53% 0.28% -
HSV(B) 18.7º 0.69% 0.44% -
XYZ 8.36 6.52 2.33 -
YUV 71.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 111 58 34 0 0.48 0.69 0.56 18.7 0.53 0.28
Hex 6F 3A 22 0 30 45 38 13 35 1C
Octal 157 72 42 0 60 105 70 23 65 34
Binary 1101111 111010 100010 0 110000 1000101 111000 10011 110101 11100

Color Harmonies of #6F3A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A22

Black with #6F3A22

Text Example


Text Example

White with #6F3A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,58,34); }

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

background-color css

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

 a { background-color: rgb(111,58,34); }

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

border-color css

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

 span { border-color: rgb(111,58,34); }

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