Html Css Color HEX #6F3B23 New Amber

📋 copy color: '#6F3B23'

red 111 ◦ green 59 ◦ blue 35

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

Shades of New Amber #6F3B23

Tints of New Amber #6F3B23

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.78%

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

R = 54.15%
G = 28.78%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#6F3B23 (or 0x6F3B23) is known color: New Amber. HEX triplet: 6F, 3B and 23. RGB value is (111,59,35). Sum of RGB (Red+Green+Blue) = 111+59+35=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B23 is #90C4DC. Grayscale: #474747. Windows color (decimal): -9487581 or 2308975. OLE color: 2308975.

HSL color Cylindrical-coordinate representation of color #6F3B23: hue angle of 18.95º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F3B23 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 59 35 -
CMYK 0 0.47 0.68 0.56
HSL 18.95º 0.52% 0.29% -
HSV(B) 18.95º 0.68% 0.44% -
XYZ 8.42 6.63 2.43 -
YUV 71.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 111 59 35 0 0.47 0.68 0.56 18.95 0.52 0.29
Hex 6F 3B 23 0 2F 44 38 13 34 1D
Octal 157 73 43 0 57 104 70 23 64 35
Binary 1101111 111011 100011 0 101111 1000100 111000 10011 110100 11101

Color Harmonies of #6F3B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3B23

Black with #6F3B23

Text Example


Text Example

White with #6F3B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,59,35); }

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

background-color css

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

 a { background-color: rgb(111,59,35); }

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

border-color css

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

 span { border-color: rgb(111,59,35); }

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