Html Css Color HEX #C69B18 Buddha Gold

📋 copy color: '#C69B18'

red 198 ◦ green 155 ◦ blue 24

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

Shades of Buddha Gold #C69B18

Tints of Buddha Gold #C69B18

RGB

 RED value IS 198 (77.73% from 255) = 52.52%

 GREEN value IS 155 (60.94% from 255) = 41.11%

 BLUE value IS 24 (9.77% from 255) = 6.37%

R = 52.52%
G = 41.11%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69B18 (or 0xC69B18) is known color: Buddha Gold. HEX triplet: C6, 9B and 18. RGB value is (198,155,24). Sum of RGB (Red+Green+Blue) = 198+155+24=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69B18 is #3964E7. Grayscale: #999999. Windows color (decimal): -3761384 or 1612742. OLE color: 1612742.

HSL color Cylindrical-coordinate representation of color #C69B18: hue angle of 45.17º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C69B18 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 155 24 -
CMYK 0 0.22 0.88 0.22
HSL 45.17º 0.78% 0.44% -
HSV(B) 45.17º 0.88% 0.78% -
XYZ 35.17 35.51 5.87 -
YUV 152.92 55.25 160.15 -
System Red Green Blue C M Y K H S L
Decimal 198 155 24 0 0.22 0.88 0.22 45.17 0.78 0.44
Hex C6 9B 18 0 16 58 16 2D 4E 2C
Octal 306 233 30 0 26 130 26 55 116 54
Binary 11000110 10011011 11000 0 10110 1011000 10110 101101 1001110 101100

Color Harmonies of #C69B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69B18

Black with #C69B18

Text Example


Text Example

White with #C69B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69B18; }

 p { color: rgb(198,155,24); }

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

background-color css

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

 a { background-color: rgb(198,155,24); }

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

border-color css

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

 span { border-color: rgb(198,155,24); }

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