Html Css Color HEX #61351F Carnaby Tan

📋 copy color: '#61351F'

red 97 ◦ green 53 ◦ blue 31

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

Shades of Carnaby Tan #61351F

Tints of Carnaby Tan #61351F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 53.59%
G = 29.28%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61351F (or 0x61351F) is known color: Carnaby Tan. HEX triplet: 61, 35 and 1F. RGB value is (97,53,31). Sum of RGB (Red+Green+Blue) = 97+53+31=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61351F is #9ECAE0. Grayscale: #3F3F3F. Windows color (decimal): -10406625 or 2045281. OLE color: 2045281.

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

Color convert

RGB 97 53 31 -
CMYK 0 0.45 0.68 0.62
HSL 20º 0.52% 0.25% -
HSV(B) 20º 0.68% 0.38% -
XYZ 6.45 5.19 1.96 -
YUV 63.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 97 53 31 0 0.45 0.68 0.62 20 0.52 0.25
Hex 61 35 1F 0 2D 44 3E 14 34 19
Octal 141 65 37 0 55 104 76 24 64 31
Binary 1100001 110101 11111 0 101101 1000100 111110 10100 110100 11001

Color Harmonies of #61351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61351F

Black with #61351F

Text Example


Text Example

White with #61351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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