Html Css Color HEX #69411F Dark Brown

📋 copy color: '#69411F'

red 105 ◦ green 65 ◦ blue 31

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

Shades of Dark Brown #69411F

Tints of Dark Brown #69411F

RGB

 RED value IS 105 (41.41% from 255) = 52.24%

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 52.24%
G = 32.34%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#69411F (or 0x69411F) is known color: Dark Brown. HEX triplet: 69, 41 and 1F. RGB value is (105,65,31). Sum of RGB (Red+Green+Blue) = 105+65+31=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69411F is #96BEE0. Grayscale: #494949. Windows color (decimal): -9879265 or 2048361. OLE color: 2048361.

HSL color Cylindrical-coordinate representation of color #69411F: hue angle of 27.57º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69411F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 31 -
CMYK 0 0.38 0.70 0.59
HSL 27.57º 0.54% 0.27% -
HSV(B) 27.57º 0.7% 0.41% -
XYZ 7.96 6.88 2.21 -
YUV 73.08 104.25 150.76 -
System Red Green Blue C M Y K H S L
Decimal 105 65 31 0 0.38 0.70 0.59 27.57 0.54 0.27
Hex 69 41 1F 0 26 46 3B 1C 36 1B
Octal 151 101 37 0 46 106 73 34 66 33
Binary 1101001 1000001 11111 0 100110 1000110 111011 11100 110110 11011

Color Harmonies of #69411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69411F

Black with #69411F

Text Example


Text Example

White with #69411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,65,31); }

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

background-color css

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

 a { background-color: rgb(105,65,31); }

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

border-color css

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

 span { border-color: rgb(105,65,31); }

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