Html Css Color HEX #600623 Pohutukawa

📋 copy color: '#600623'

red 96 ◦ green 6 ◦ blue 35

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

Shades of Pohutukawa #600623

Tints of Pohutukawa #600623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.38%

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 70.07%
G = 4.38%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#600623 (or 0x600623) is known color: Pohutukawa. HEX triplet: 60, 06 and 23. RGB value is (96,6,35). Sum of RGB (Red+Green+Blue) = 96+6+35=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #600623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600623 is #9FF9DC. Grayscale: #242424. Windows color (decimal): -10484189 or 2295392. OLE color: 2295392.

HSL color Cylindrical-coordinate representation of color #600623: hue angle of 340.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600623 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 6 35 -
CMYK 0 0.94 0.64 0.62
HSL 340.67º 0.88% 0.2% -
HSV(B) 340.67º 0.94% 0.38% -
XYZ 5.19 2.74 1.85 -
YUV 36.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 96 6 35 0 0.94 0.64 0.62 340.67 0.88 0.2
Hex 60 6 23 0 5E 40 3E 155 58 14
Octal 140 6 43 0 136 100 76 525 130 24
Binary 1100000 110 100011 0 1011110 1000000 111110 101010101 1011000 10100

Color Harmonies of #600623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600623

Black with #600623

Text Example


Text Example

White with #600623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600623; }

 p { color: rgb(96,6,35); }

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

background-color css

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

 a { background-color: rgb(96,6,35); }

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

border-color css

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

 span { border-color: rgb(96,6,35); }

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