Html Css Color HEX #6F3825 New Amber

📋 copy color: '#6F3825'

red 111 ◦ green 56 ◦ blue 37

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

Shades of New Amber #6F3825

Tints of New Amber #6F3825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.45%

 BLUE value IS 37 (14.84% from 255) = 18.14%

R = 54.41%
G = 27.45%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#6F3825 (or 0x6F3825) is known color: New Amber. HEX triplet: 6F, 38 and 25. RGB value is (111,56,37). Sum of RGB (Red+Green+Blue) = 111+56+37=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3825 is #90C7DA. Grayscale: #464646. Windows color (decimal): -9488347 or 2439279. OLE color: 2439279.

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

Color convert

RGB 111 56 37 -
CMYK 0 0.50 0.67 0.56
HSL 15.41º 0.5% 0.29% -
HSV(B) 15.41º 0.67% 0.44% -
XYZ 8.3 6.34 2.54 -
YUV 70.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 111 56 37 0 0.50 0.67 0.56 15.41 0.5 0.29
Hex 6F 38 25 0 32 43 38 F 32 1D
Octal 157 70 45 0 62 103 70 17 62 35
Binary 1101111 111000 100101 0 110010 1000011 111000 1111 110010 11101

Color Harmonies of #6F3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3825

Black with #6F3825

Text Example


Text Example

White with #6F3825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,37); }

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

background-color css

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

 a { background-color: rgb(111,56,37); }

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

border-color css

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

 span { border-color: rgb(111,56,37); }

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