Html Css Color HEX #613A26 Carnaby Tan

📋 copy color: '#613A26'

red 97 ◦ green 58 ◦ blue 38

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

Shades of Carnaby Tan #613A26

Tints of Carnaby Tan #613A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.69%

R = 50.26%
G = 30.05%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#613A26 (or 0x613A26) is known color: Carnaby Tan. HEX triplet: 61, 3A and 26. RGB value is (97,58,38). Sum of RGB (Red+Green+Blue) = 97+58+38=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #613A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A26 is #9EC5D9. Grayscale: #434343. Windows color (decimal): -10405338 or 2505313. OLE color: 2505313.

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

Color convert

RGB 97 58 38 -
CMYK 0 0.40 0.61 0.62
HSL 20.34º 0.44% 0.26% -
HSV(B) 20.34º 0.61% 0.38% -
XYZ 6.79 5.71 2.58 -
YUV 67.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 97 58 38 0 0.40 0.61 0.62 20.34 0.44 0.26
Hex 61 3A 26 0 28 3D 3E 14 2C 1A
Octal 141 72 46 0 50 75 76 24 54 32
Binary 1100001 111010 100110 0 101000 111101 111110 10100 101100 11010

Color Harmonies of #613A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A26

Black with #613A26

Text Example


Text Example

White with #613A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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