Html Css Color HEX #613520 Carnaby Tan

📋 copy color: '#613520'

red 97 ◦ green 53 ◦ blue 32

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

Shades of Carnaby Tan #613520

Tints of Carnaby Tan #613520

RGB

 RED value IS 97 (38.28% from 255) = 53.3%

 GREEN value IS 53 (21.09% from 255) = 29.12%

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 53.3%
G = 29.12%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#613520 (or 0x613520) is known color: Carnaby Tan. HEX triplet: 61, 35 and 20. RGB value is (97,53,32). Sum of RGB (Red+Green+Blue) = 97+53+32=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #613520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613520 is #9ECADF. Grayscale: #3F3F3F. Windows color (decimal): -10406624 or 2110817. OLE color: 2110817.

HSL color Cylindrical-coordinate representation of color #613520: hue angle of 19.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #613520 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 32 -
CMYK 0 0.45 0.67 0.62
HSL 19.38º 0.5% 0.25% -
HSV(B) 19.38º 0.67% 0.38% -
XYZ 6.46 5.19 2.03 -
YUV 63.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 97 53 32 0 0.45 0.67 0.62 19.38 0.5 0.25
Hex 61 35 20 0 2D 43 3E 13 32 19
Octal 141 65 40 0 55 103 76 23 62 31
Binary 1100001 110101 100000 0 101101 1000011 111110 10011 110010 11001

Color Harmonies of #613520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613520

Black with #613520

Text Example


Text Example

White with #613520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613520; }

 p { color: rgb(97,53,32); }

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

background-color css

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

 a { background-color: rgb(97,53,32); }

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

border-color css

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

 span { border-color: rgb(97,53,32); }

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