Html Css Color HEX #600107 Pohutukawa

📋 copy color: '#600107'

red 96 ◦ green 1 ◦ blue 7

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

Shades of Pohutukawa #600107

Tints of Pohutukawa #600107

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

 BLUE value IS 7 (3.13% from 255) = 6.73%

R = 92.31%
G = 0.96%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#600107 (or 0x600107) is known color: Pohutukawa. HEX triplet: 60, 01 and 07. RGB value is (96,1,7). Sum of RGB (Red+Green+Blue) = 96+1+7=104 (13% of max value = 765). Red value is 96 (37.89% from 255 or 92.31% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 96 - color contains mainly: red. Hex color #600107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600107 is #9FFEF8. Grayscale: #1E1E1E. Windows color (decimal): -10485497 or 459104. OLE color: 459104.

HSL color Cylindrical-coordinate representation of color #600107: hue angle of 356.21º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #600107 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 7 -
CMYK 0 0.99 0.93 0.62
HSL 356.21º 0.98% 0.19% -
HSV(B) 356.21º 0.99% 0.38% -
XYZ 4.87 2.52 0.43 -
YUV 30.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 96 1 7 0 0.99 0.93 0.62 356.21 0.98 0.19
Hex 60 1 7 0 63 5D 3E 164 62 13
Octal 140 1 7 0 143 135 76 544 142 23
Binary 1100000 1 111 0 1100011 1011101 111110 101100100 1100010 10011

Color Harmonies of #600107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600107

Black with #600107

Text Example


Text Example

White with #600107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600107; }

 p { color: rgb(96,1,7); }

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

background-color css

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

 a { background-color: rgb(96,1,7); }

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

border-color css

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

 span { border-color: rgb(96,1,7); }

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