Html Css Color HEX #613A21 Carnaby Tan

📋 copy color: '#613A21'

red 97 ◦ green 58 ◦ blue 33

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

Shades of Carnaby Tan #613A21

Tints of Carnaby Tan #613A21

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.85%

 BLUE value IS 33 (13.28% from 255) = 17.55%

R = 51.6%
G = 30.85%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#613A21 (or 0x613A21) is known color: Carnaby Tan. HEX triplet: 61, 3A and 21. RGB value is (97,58,33). Sum of RGB (Red+Green+Blue) = 97+58+33=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #613A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A21 is #9EC5DE. Grayscale: #424242. Windows color (decimal): -10405343 or 2177633. OLE color: 2177633.

HSL color Cylindrical-coordinate representation of color #613A21: hue angle of 23.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #613A21 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 33 -
CMYK 0 0.40 0.66 0.62
HSL 23.44º 0.49% 0.25% -
HSV(B) 23.44º 0.66% 0.38% -
XYZ 6.72 5.68 2.18 -
YUV 66.81 108.92 149.53 -
System Red Green Blue C M Y K H S L
Decimal 97 58 33 0 0.40 0.66 0.62 23.44 0.49 0.25
Hex 61 3A 21 0 28 42 3E 17 31 19
Octal 141 72 41 0 50 102 76 27 61 31
Binary 1100001 111010 100001 0 101000 1000010 111110 10111 110001 11001

Color Harmonies of #613A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A21

Black with #613A21

Text Example


Text Example

White with #613A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A21; }

 p { color: rgb(97,58,33); }

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

background-color css

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

 a { background-color: rgb(97,58,33); }

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

border-color css

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

 span { border-color: rgb(97,58,33); }

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