Html Css Color HEX #68483F Congo Brown

📋 copy color: '#68483F'

red 104 ◦ green 72 ◦ blue 63

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

Shades of Congo Brown #68483F

Tints of Congo Brown #68483F

RGB

 RED value IS 104 (41.02% from 255) = 43.51%

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 43.51%
G = 30.13%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68483F (or 0x68483F) is known color: Congo Brown. HEX triplet: 68, 48 and 3F. RGB value is (104,72,63). Sum of RGB (Red+Green+Blue) = 104+72+63=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #68483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68483F is #97B7C0. Grayscale: #505050. Windows color (decimal): -9942977 or 4147304. OLE color: 4147304.

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

Color convert

RGB 104 72 63 -
CMYK 0 0.31 0.39 0.59
HSL 13.17º 0.25% 0.33% -
HSV(B) 13.17º 0.39% 0.41% -
XYZ 8.92 7.94 5.76 -
YUV 80.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 104 72 63 0 0.31 0.39 0.59 13.17 0.25 0.33
Hex 68 48 3F 0 1F 27 3B D 19 21
Octal 150 110 77 0 37 47 73 15 31 41
Binary 1101000 1001000 111111 0 11111 100111 111011 1101 11001 100001

Color Harmonies of #68483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68483F

Black with #68483F

Text Example


Text Example

White with #68483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,72,63); }

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

background-color css

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

 a { background-color: rgb(104,72,63); }

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

border-color css

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

 span { border-color: rgb(104,72,63); }

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