Html Css Color HEX #67371F New Amber

📋 copy color: '#67371F'

red 103 ◦ green 55 ◦ blue 31

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

Shades of New Amber #67371F

Tints of New Amber #67371F

RGB

 RED value IS 103 (40.63% from 255) = 54.5%

 GREEN value IS 55 (21.88% from 255) = 29.1%

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

R = 54.5%
G = 29.1%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.60

RGB Variations

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

Color information

#67371F (or 0x67371F) is known color: New Amber. HEX triplet: 67, 37 and 1F. RGB value is (103,55,31). Sum of RGB (Red+Green+Blue) = 103+55+31=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #67371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67371F is #98C8E0. Grayscale: #424242. Windows color (decimal): -10012897 or 2045799. OLE color: 2045799.

HSL color Cylindrical-coordinate representation of color #67371F: hue angle of 20º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67371F is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 55 31 -
CMYK 0 0.47 0.70 0.60
HSL 20º 0.54% 0.26% -
HSV(B) 20º 0.7% 0.4% -
XYZ 7.21 5.71 2.02 -
YUV 66.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 103 55 31 0 0.47 0.70 0.60 20 0.54 0.26
Hex 67 37 1F 0 2F 46 3C 14 36 1A
Octal 147 67 37 0 57 106 74 24 66 32
Binary 1100111 110111 11111 0 101111 1000110 111100 10100 110110 11010

Color Harmonies of #67371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67371F

Black with #67371F

Text Example


Text Example

White with #67371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67371F; }

 p { color: rgb(103,55,31); }

 H1.HeaderClassName
 {
   color: #67371F;
 }
 .AnyTagClassName
 {
   color: #67371F;
 }
</style>

background-color css

<style>
 a { background-color: #67371F; }

 a { background-color: rgb(103,55,31); }

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

border-color css

<style>
 span { border-color: #67371F; }

 span { border-color: rgb(103,55,31); }

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