Html Css Color HEX #60361F Carnaby Tan

📋 copy color: '#60361F'

red 96 ◦ green 54 ◦ blue 31

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

Shades of Carnaby Tan #60361F

Tints of Carnaby Tan #60361F

RGB

 RED value IS 96 (37.89% from 255) = 53.04%

 GREEN value IS 54 (21.48% from 255) = 29.83%

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

R = 53.04%
G = 29.83%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#60361F (or 0x60361F) is known color: Carnaby Tan. HEX triplet: 60, 36 and 1F. RGB value is (96,54,31). Sum of RGB (Red+Green+Blue) = 96+54+31=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60361F is #9FC9E0. Grayscale: #404040. Windows color (decimal): -10471905 or 2045536. OLE color: 2045536.

HSL color Cylindrical-coordinate representation of color #60361F: hue angle of 21.23º degrees, saturation: 0.51, 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 #60361F is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 54 31 -
CMYK 0 0.44 0.68 0.62
HSL 21.23º 0.51% 0.25% -
HSV(B) 21.23º 0.68% 0.38% -
XYZ 6.39 5.22 1.97 -
YUV 63.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 96 54 31 0 0.44 0.68 0.62 21.23 0.51 0.25
Hex 60 36 1F 0 2C 44 3E 15 33 19
Octal 140 66 37 0 54 104 76 25 63 31
Binary 1100000 110110 11111 0 101100 1000100 111110 10101 110011 11001

Color Harmonies of #60361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60361F

Black with #60361F

Text Example


Text Example

White with #60361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,54,31); }

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

background-color css

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

 a { background-color: rgb(96,54,31); }

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

border-color css

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

 span { border-color: rgb(96,54,31); }

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