Html Css Color HEX #69473F Congo Brown

📋 copy color: '#69473F'

red 105 ◦ green 71 ◦ blue 63

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

Shades of Congo Brown #69473F

Tints of Congo Brown #69473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

 BLUE value IS 63 (25% from 255) = 26.36%

R = 43.93%
G = 29.71%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#69473F (or 0x69473F) is known color: Congo Brown. HEX triplet: 69, 47 and 3F. RGB value is (105,71,63). Sum of RGB (Red+Green+Blue) = 105+71+63=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #69473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69473F is #96B8C0. Grayscale: #505050. Windows color (decimal): -9877697 or 4147049. OLE color: 4147049.

HSL color Cylindrical-coordinate representation of color #69473F: hue angle of 11.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69473F is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 71 63 -
CMYK 0 0.32 0.4 0.59
HSL 11.43º 0.25% 0.33% -
HSV(B) 11.43º 0.4% 0.41% -
XYZ 8.98 7.87 5.75 -
YUV 80.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 105 71 63 0 0.32 0.4 0.59 11.43 0.25 0.33
Hex 69 47 3F 0 20 28 3B B 19 21
Octal 151 107 77 0 40 50 73 13 31 41
Binary 1101001 1000111 111111 0 100000 101000 111011 1011 11001 100001

Color Harmonies of #69473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69473F

Black with #69473F

Text Example


Text Example

White with #69473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,71,63); }

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

background-color css

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

 a { background-color: rgb(105,71,63); }

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

border-color css

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

 span { border-color: rgb(105,71,63); }

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