Html Css Color HEX #674525 Dark Brown

📋 copy color: '#674525'

red 103 ◦ green 69 ◦ blue 37

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

Shades of Dark Brown #674525

Tints of Dark Brown #674525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

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

R = 49.28%
G = 33.01%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#674525 (or 0x674525) is known color: Dark Brown. HEX triplet: 67, 45 and 25. RGB value is (103,69,37). Sum of RGB (Red+Green+Blue) = 103+69+37=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #674525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674525 is #98BADA. Grayscale: #4B4B4B. Windows color (decimal): -10009307 or 2442599. OLE color: 2442599.

HSL color Cylindrical-coordinate representation of color #674525: hue angle of 29.09º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #674525 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 69 37 -
CMYK 0 0.33 0.64 0.60
HSL 29.09º 0.47% 0.27% -
HSV(B) 29.09º 0.64% 0.4% -
XYZ 8.06 7.27 2.73 -
YUV 75.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 103 69 37 0 0.33 0.64 0.60 29.09 0.47 0.27
Hex 67 45 25 0 21 40 3C 1D 2F 1B
Octal 147 105 45 0 41 100 74 35 57 33
Binary 1100111 1000101 100101 0 100001 1000000 111100 11101 101111 11011

Color Harmonies of #674525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674525

Black with #674525

Text Example


Text Example

White with #674525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674525; }

 p { color: rgb(103,69,37); }

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

background-color css

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

 a { background-color: rgb(103,69,37); }

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

border-color css

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

 span { border-color: rgb(103,69,37); }

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