Html Css Color HEX #691F25 Pohutukawa

📋 copy color: '#691F25'

red 105 ◦ green 31 ◦ blue 37

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

Shades of Pohutukawa #691F25

Tints of Pohutukawa #691F25

RGB

 RED value IS 105 (41.41% from 255) = 60.69%

 GREEN value IS 31 (12.5% from 255) = 17.92%

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 60.69%
G = 17.92%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#691F25 (or 0x691F25) is known color: Pohutukawa. HEX triplet: 69, 1F and 25. RGB value is (105,31,37). Sum of RGB (Red+Green+Blue) = 105+31+37=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #691F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691F25 is #96E0DA. Grayscale: #353535. Windows color (decimal): -9887963 or 2432873. OLE color: 2432873.

HSL color Cylindrical-coordinate representation of color #691F25: hue angle of 355.14º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F25 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 31 37 -
CMYK 0 0.70 0.65 0.59
HSL 355.14º 0.54% 0.27% -
HSV(B) 355.14º 0.7% 0.41% -
XYZ 6.65 4.12 2.19 -
YUV 53.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 105 31 37 0 0.70 0.65 0.59 355.14 0.54 0.27
Hex 69 1F 25 0 46 41 3B 163 36 1B
Octal 151 37 45 0 106 101 73 543 66 33
Binary 1101001 11111 100101 0 1000110 1000001 111011 101100011 110110 11011

Color Harmonies of #691F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691F25

Black with #691F25

Text Example


Text Example

White with #691F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691F25; }

 p { color: rgb(105,31,37); }

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

background-color css

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

 a { background-color: rgb(105,31,37); }

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

border-color css

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

 span { border-color: rgb(105,31,37); }

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