Html Css Color HEX #6B3C1F New Amber

📋 copy color: '#6B3C1F'

red 107 ◦ green 60 ◦ blue 31

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

Shades of New Amber #6B3C1F

Tints of New Amber #6B3C1F

RGB

 RED value IS 107 (42.19% from 255) = 54.04%

 GREEN value IS 60 (23.83% from 255) = 30.3%

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 54.04%
G = 30.3%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6B3C1F (or 0x6B3C1F) is known color: New Amber. HEX triplet: 6B, 3C and 1F. RGB value is (107,60,31). Sum of RGB (Red+Green+Blue) = 107+60+31=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C1F is #94C3E0. Grayscale: #464646. Windows color (decimal): -9749473 or 2047083. OLE color: 2047083.

HSL color Cylindrical-coordinate representation of color #6B3C1F: hue angle of 22.89º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3C1F is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 60 31 -
CMYK 0 0.44 0.71 0.58
HSL 22.89º 0.55% 0.27% -
HSV(B) 22.89º 0.71% 0.42% -
XYZ 7.93 6.46 2.12 -
YUV 70.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 107 60 31 0 0.44 0.71 0.58 22.89 0.55 0.27
Hex 6B 3C 1F 0 2C 47 3A 17 37 1B
Octal 153 74 37 0 54 107 72 27 67 33
Binary 1101011 111100 11111 0 101100 1000111 111010 10111 110111 11011

Color Harmonies of #6B3C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3C1F

Black with #6B3C1F

Text Example


Text Example

White with #6B3C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,60,31); }

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

background-color css

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

 a { background-color: rgb(107,60,31); }

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

border-color css

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

 span { border-color: rgb(107,60,31); }

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